TheJoshW / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
1 stars 0 forks source link

Revert changes to pause_resume.py #3

Closed TheJoshW closed 3 years ago

TheJoshW commented 3 years ago

use action:paused and action:resumed.

TheJoshW commented 3 years ago

I backed these out but the z position was not restored. I am unsure why this is the case will look into it more.

TheJoshW commented 3 years ago

Ok did some instrumentation, and it appears that when resuming from the Host (OctoPrint or Repetier in my case), the RESUME GCODE is not being called when the printer is paused using action:paused. May be a feature of Repetier, I'll check in their forums.

TheJoshW commented 3 years ago

Ok I have addressed this issue in the Repetier forums: https://forum.repetier.com/discussion/8608/resuming-from-repetier-server-after-pausing-from-action-paused. I will back out these changes.