Skip to content

G Code and MaslowCNC

mrfugu edited this page Aug 15, 2017 · 9 revisions

MaslowCNC Wiki: Electronics | Firmware | Mechanics | Software | Community Garden

G Code is the 'language of CNC' machines, providing the instructions for machine movement. MaslowCNC is considered a '3 Axis' CNC machine, being able to mill in 3 dimensions, but G Code can be used to control much more complicated machines, and has an instruction set much wider than that which MaslowCNC requires or understands. This page attempts to set out some guidelines and instruction for understanding G Code in relation to MaslowCNC, and G Code in general for the better operation of MaslowCNC.


MaslowCNC recognized G Code instructions.

  • GCode | Description
  • G00 | Rapid Move
  • G01 | Linear Move
  • G02 | Arc Move
  • G03 | Arc Move
  • G10 | Set Tool Table, Coordinate System
  • G20 | Set Units
  • G21 | Set Units
  • G90 | Distance Mode
  • G91 | Distance Mode

G Code Links