Skip to content

Supported gcodes

Peter Boin edited this page Jul 28, 2017 · 2 revisions

Supported G-Codes

Parsing / Writing

All GCodes supported by LinuxCNC (listed here) can be written, and parsed by pygcode.

Interpreting

However, few GCodes are accurately interpreted by a virtual CNC Machine instance. Supported movements are currently:

  • linear movements: G00,G01
  • arc movements: G02,G03
  • canned drilling cycles: G81,G82,G83,G73

more to come on request, raise an issue if you'd like to interpret something not listed above