Custom G-code
Inserts raw G-code directly into the output at the current toolpath position. No processing or validation — the text is written as-is.
Block
Interactive preview is available in the interactive reader.
Parameters
text- Raw G-code line(s) to inject. Use \\n for multiple lines.
How it works
Custom G-code inserts the text directly into the G-code output at the current toolpath position. No process effect — purely raw insertion. Use for printer-specific commands, macros, or operations not covered by other blocks.