-
Notifications
You must be signed in to change notification settings - Fork 38
Supported gcodes
Peter Boin edited this page Jul 28, 2017
·
2 revisions
All GCodes supported by LinuxCNC (listed here) can be written, and
parsed by pygcode
.
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
Usage
Commands
Information