Pause during SD printing is automatically changed to SD printing state

What is the problem?

If I click the "Pause" button on the Octoprint Web UI in the middle of SD printing, it will automatically change to printing state again after a few seconds. The printer is changed to the Pause state and stopped, but only the Octoprint Web UI is changed to the printing state. If I print the gcode in the Octoprint local folder, there is no problem.

2022-11-28 11:52:32,128 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.
2022-11-28 11:52:35,757 - octoprint.util.comm - INFO - Pausing/resuming job on behalf of user
2022-11-28 11:52:35,758 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Pausing"
2022-11-28 11:52:35,803 - octoprint.util.comm - INFO - Pausing on request of the printer...
2022-11-28 11:52:35,974 - octoprint.printer.standard.job - INFO - Print job paused - origin: sdcard, path: 14_RAB~1.GCO, owner: None
2022-11-28 11:52:36,070 - octoprint.util.comm - INFO - Changing monitoring state from "Pausing" to "Paused"
2022-11-28 11:52:40,626 - octoprint.util.comm - INFO - Pausing/resuming job on behalf of user
2022-11-28 11:52:40,627 - octoprint.util.comm - INFO - Changing monitoring state from "Paused" to "Resuming"
2022-11-28 11:52:40,632 - octoprint.printer.standard.job - INFO - Print job resumed - origin: sdcard, path: 14_RAB~1.GCO, owner: None
2022-11-28 11:52:40,752 - octoprint.util.comm - INFO - Resuming on request of the printer...
2022-11-28 11:52:40,817 - octoprint.util.comm - INFO - Changing monitoring state from "Resuming" to "Printing from SD"
2022-11-28 11:52:45,447 - octoprint.util.comm - INFO - Pausing/resuming job on behalf of user
2022-11-28 11:52:45,448 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Pausing"
2022-11-28 11:52:45,534 - octoprint.util.comm - INFO - Pausing on request of the printer...
2022-11-28 11:52:46,199 - octoprint.printer.standard.job - INFO - Print job paused - origin: sdcard, path: 14_RAB~1.GCO, owner: None
2022-11-28 11:52:46,331 - octoprint.util.comm - INFO - Changing monitoring state from "Pausing" to "Paused"
2022-11-28 11:52:46,977 - octoprint.util.comm - INFO - Changing monitoring state from "Paused" to "Starting print from SD"
2022-11-28 11:52:46,982 - octoprint.printer.standard.job - INFO - Print job started - origin: sdcard, path: 14_RAB~1.GCO, owner: None
2022-11-28 11:52:47,127 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.
2022-11-28 11:52:47,255 - octoprint.util.comm - INFO - Changing monitoring state from "Starting print from SD" to "Printing from SD"
2022-11-28 11:52:50,967 - octoprint.util.comm - INFO - Pausing/resuming job on behalf of user
2022-11-28 11:52:50,968 - octoprint.util.comm - INFO - Changing monitoring state from "Printing from SD" to "Pausing"
2022-11-28 11:52:50,995 - octoprint.util.comm - INFO - Pausing on request of the printer...
2022-11-28 11:52:51,043 - octoprint.printer.standard.job - INFO - Print job paused - origin: sdcard, path: 14_RAB~1.GCO, owner: None
2022-11-28 11:52:51,124 - octoprint.util.comm - INFO - Changing monitoring state from "Pausing" to "Paused"
2022-11-28 11:52:53,151 - octoprint.util.comm - INFO - Pausing/resuming job on behalf of user
2022-11-28 11:52:53,152 - octoprint.util.comm - INFO - Changing monitoring state from "Paused" to "Resuming"
2022-11-28 11:52:53,155 - octoprint.printer.standard.job - INFO - Print job resumed - origin: sdcard, path: 14_RAB~1.GCO, owner: None
2022-11-28 11:52:53,290 - octoprint.util.comm - INFO - Resuming on request of the printer...
2022-11-28 11:52:53,395 - octoprint.util.comm - INFO - Changing monitoring state from "Resuming" to "Printing from SD"

In case of normal

Click "Pause" button -> Changing monitoring state from "Printing from SD" to "Pausing" -> Changing monitoring state from "Pausing" to "Paused"

In case of problem

Click "Pause" button -> Changing monitoring state from "Printing from SD" to "Pausing" -> Changing monitoring state from "Pausing" to "Paused" -> Changing monitoring state from "Paused" to "Starting print from SD" - > Changing monitoring state from "Starting print from SD" to "Printing from SD"

After Pause state automatically changes to Printing state, click the Pause button again to change to Pause state, and then it changes to Pause state.

Is there a part where I need to set the Octoprint option for Pause/Resume of normal SD printing?

What did you already try to solve it?

Sending M25/M24 via terminal - same problem
Set feedrate to 50% - less frequent, but not gone

Have you tried running in safe mode?

Yes

Did running in safe mode solve the problem?

No

Additional information about your setup

OctoPrint 1.8.6
OctoPi 0.18.0
OctoDash 2.3.1
Raspberry Pi 3 Model B Rev 1.2
Windows 10
Edge Web Browser
Installed Plugin: DisplayLayerProgress Plugin, FileManager, OctoDash Companion, Preheat Button, PrintTimeGenius Plugin, Slicer Thumbnails

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.