Skip to content

Supported Gcodes

Spark edited this page Oct 7, 2020 · 2 revisions

Currently Supported G and M Codes

Comments

Gcode comments are supported in the following formats.

  • Parentheses. Both internal to the line and at the end
    • G0 (Rapid to start) X1 Y1
    • G0 X1 Y1 (Rapid to start)
  • Parentheses with message. If you have MSG, inside the parentheses it will send a Grbl message to all all open interfaces (Serial, Bluetooth Wifi, etc)
    • T4 M6 (MSG, Using tool 4 6mm end mill) ... This will display [MSG: Using tool 4 6mm end mill]
  • Semicolon. These are for comments at the end
    • M30 ; End of program.
Clone this wiki locally