Pause G-Code
< SETTINGS | Printer | Custom G-CodeRevision as of 09:52, 17 February 2016 by MatterHackers (Talk | contribs)
Revision as of 09:52, 17 February 2016 by MatterHackers (Talk | contribs)
Function
G-Code to run when the printer is paused.
Parameters
- G-Code
- Custom G-Code variables
All G-Code must be uppercase to function properly.
Example(s)
G-Code
In this example, when the 'Pause' button is pressed during a print, the printer will set coordinates relative to the current position (G91), then move 10 mm up and retract 10 mm of filament at a rate of 12,000 mm/minute (G1 Z10 E-10 F12000), then set coordinates to absolute positioning again (G90).