Issuing an
If the print was previously paused with
When resuming a paused print, Smoothieware automatically runs the macro file resume.g (if it exists) prior to resuming.
To restart a file from the beginning, use
The command is used as such:
M24
Which means: Print the file that was previously selected by the
The
It operates on the file previously selected with
If your SD card’s contents were:
And you previously executed:
M23 myGcode.gco
Then issuing the command:
M24
Will result in the G-code commands in the file myGcode.gco being executed.
The
However, you can create a resume.g file on the SD card to run custom G-code when resuming from a pause.
These resources are used as references: