Just started looking at Kiri Moto. Created a part and set some tool paths. Using a Larken 24/24 CNC. It prefers the units for its g-code in imperial yet the gcode is producing as metric. Anyway I can set the units to imperial for the gcode? I do have the units set to imperal in preferences.
1 Like
KM looks at the device’s gcode header to determine output units. so if you add G20
to your header, output will be in inches.
Thanks. Will try that.