-
Notifications
You must be signed in to change notification settings - Fork 121
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.
- 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