From the source code, it looks like the gcode exporter is trying to force three decimal places for metric output, but in practice I'm seeing two consistently:
G1 X5.85 Y75.08
That Y coordinate should be 75.0825 from the input, or 75.083 if you're rounding up. So far I've found no coordinates in gcode output that have more than two fractional places.
From the source code, it looks like the gcode exporter is trying to force three decimal places for metric output, but in practice I'm seeing two consistently:
That Y coordinate should be 75.0825 from the input, or 75.083 if you're rounding up. So far I've found no coordinates in gcode output that have more than two fractional places.