1

Topic: G Code Pause Command

Is there one that works for the press? I tried M226, M25, and M98 Ppause.g and none of them worked. I'm trying to insert a line after slicing at the beginning of a line so I can change colors, instead of having to sit there and hit the pause button at just the right moment.

2

Re: G Code Pause Command

Since this is a marlin type board:
M1 Completes buffered moves then gives a Sleep or conditional stop.
M0 is Hard Stop - Completes buffered moves then Shuts down

Data here:
http://reprap.org/wiki/G-code

ScRamjet