Welcome! Log In Create A New Profile

Advanced

Suspend and Resume for Smoothie

Posted by sberfield 
Suspend and Resume for Smoothie
February 26, 2018 10:23PM
Trying to add custom menu items for Pause and resume for my Smoothieware setup. I Have added the following to my config:

## custom menu stuff
custom_menu.Pause.enable true
custom_menu.Pause.name Pause_Jog
custom_menu.Pause.command M600|G91|G0_Z20|G90

custom_menu.Resume.enable true
custom_menu.Resume.name Resume_Print
custom_menu.Resume.command M601

This adds the menu items to the custom menu, and when I choose the "Pause Jog" item, the print suspends and the head moves up 20 as expected. However when I choose the Reume Print item, the print does not resume.

I assume I am just being dumb, but any help would be appreciated....
Sorry, only registered users may post in this forum.

Click here to login