guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.49k stars 369 forks source link

cannot pause print with gcode #255

Closed jon-daemon closed 8 years ago

jon-daemon commented 8 years ago

I have a gcode file to be executed before each print (to clean my nozzle and prepare the surface for printing) and I use M0 command to pause the printing process inside this file. Since the last update these M0 commands are not executed properly. The message after M0 is not displayed on the screen, the next command (M104) is exexuted without resuming print and I have to resume print from octoprint to execute the next G1 commands.

Also when I was able to pause my printer with M0 command I had to resume with octoprint. Other programs allow me to resume with the rotary encoder on my LCD screen. What could I do to slove this? Thank you, John

guysoft commented 8 years ago

This is an OctoPrint issue, not an OctoPi issue. Please post it at: https://github.com/foosel/OctoPrint/issues