M25 M24 Command in Smoothieboard

Hi all,

In Marlin firmware, when for example you add the “M0 click to restart” after some other commands to rise up the nozzle at Layer n… to the G-code, the printer stops and wait till you press again the panel button, this give you the opportunity to insert object or do other things in the middle of a print, then all start again and read other commands to put the nozzle exactly where it was paused.
My question is: The M600 command do the same thing, but just after the queue is empty, so you don’t really know when the printer will stop, but later i do need even the M601 to resume the print, but can be done only by console……
There’s any chance i can use the "M25 M24 command to do the same as the “M0” do?
If yes how i can do it? assuming that i use Simplify 3D which it allow me to add post processing scripts at any point of the G-code program if i have to do that.
Thank you for any help
Regards

Imported from wikidot

Hey.

We currently don’t support M0 but it is a planned feature.
I do not believe M600 can be made to work the way you want.
You can however add a “pause” button to the machine if you want : smoothieware.org/switch
Then, you will be able to insert M600 into the gcode to pause, and then press the button to start again.