Geeetech3D / Smartto-IAR

3D printer firmware and hardware of for stm32
11 stars 14 forks source link

Support for commands M0 #3

Open kaktusus opened 6 years ago

kaktusus commented 6 years ago

Hello :smiley:

The Marlin Firmware does wait for user to press a button on the LCD, or a specific time. "M0 P2000" waits 2000 milliseconds, "M0 S2" waits 2 seconds.

This will allow you to create interesting scripts, pause the action until the user intervenes. With the M117 (Display Message) command, huge possibilities are created. :wink: