Website logo
Home pageWeb storeDistributors
Software
Hardware
Settings
Troubleshooting
Navigate through spaces
⌘K
EdingCNC Documentation
Software installation
G-code
Language standard
Supported G-code
Supported M-codes
Other input codes
Special commands
Special features
Macro programming
Macro programming
Run behavior during loading of job file and simulation
M Function override and user M-functions
Features
Oil pump
Interface
Keyboard shortcuts
Release notes
Docs powered by Archbee
G-code
Supported G-code

G1 (Linear Motion Feed at Feed Rate)

1min

For linear motion at feed rate (for cutting or not), program G1 X... Y... Z... A..., where all the axis words are optional, except that at least one must be used. The G1 is optional if the current motion mode is G1. This will produce coordinated linear motion to the destination point at the current feed rate (or slower if the machine will not go that fast).

It is an error if:

  • All axis words are omitted.

If cutter radius compensation is active, the motion will differ from the above; see Appendix A. If G53 is programmed on the same line, the motion will also differ.

PREVIOUS
G0 (Rapid Linear Motion)
NEXT
G2, G3 (Arc at Linear Feed)
Docs powered by Archbee
Docs powered by Archbee