Resume G-Code

From MatterControl Manual
< SETTINGS‎ | Printer‎ | Custom G-Code
Revision as of 14:50, 13 January 2016 by MatterHackers (Talk | contribs) (Created page with "{{Slice Settings |G-Code to be run when the print resumes after a pause.|*G-Code Will accept Custom G-Code variables.| === G-C...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
A screenshot of the Resume G-Code setting as seen in MatterControl's SETTINGS pane.

Function

G-Code to be run when the print resumes after a pause.

Parameters

  • G-Code

Will accept Custom G-Code variables.

Example(s)

G-Code

In this example, the printer will set coordinates relative to the current position (G91), then move 10 mm down and extrude 10.8 mm of filament at a rate of 12,000 mm/minute (G1 Z10 E-10 F12000), then set coordinates to absolute positioning again (G90).

Resume G-Code-ss-ex.png