forked from mhaberler/machinekit
-
Notifications
You must be signed in to change notification settings - Fork 2
lathe_config_es
bdebruijn edited this page Dec 13, 2014
·
1 revision
When LinuxCNC’s interpreter was first written, it was designed for mills. That is why the default plane is XY (G17). A normal lathe only uses the XZ plane (G18). To change the default plane place the following line in the .ini file in the RS274NGC section.
RS274NGC_STARTUP_CODE = G18
The above can be overwritten in a g code program so always set important things in the preamble of the g code file.