3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Comment

Inserts a comment into the G-code. Comments are prefixed with a semicolon and have no effect on the printed output.

Block

Interactive preview is available in the interactive reader.

Parameters

text
Comment text. Appears in G-code prefixed with semicolon.

How it works

Comment inserts "; text" into the G-code at the current position. No effect on printed output. Useful for annotating sections of your toolpath for debugging or documentation.