1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-24 21:11:42 +02:00
3
Supported GCodes
bdring edited this page 2020-10-17 09:00:18 -05:00

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.