2481
General Mach Discussion / Re: Mach 3 screen
« on: May 07, 2017, 01:20:12 AM »
If your machine is set-up in mm and you run a Gcode which has been prepared in Inch units then add G20 to the start of the Gcode file. This will then run the file with the correct dimension.
Ideally all Gcode should contain G20 or G21 (as appropriate) as part of the initialization string.
And as you have discovered, all Gcode files containing arcs should also contain G90.1 / G91.1 as appropriate.
Tweakie.
Ideally all Gcode should contain G20 or G21 (as appropriate) as part of the initialization string.
And as you have discovered, all Gcode files containing arcs should also contain G90.1 / G91.1 as appropriate.
Tweakie.