Skip to content

GGcode v0.1.2

Latest

Choose a tag to compare

@1T17 1T17 released this 17 Aug 16:40
· 6 commits to main since this release

Fixed G-code coordinate formatting to use consistent 3-decimal places for CNC output.

Changes:

Z1 → Z1.000
X0 → X0.000
F150 → F150.000
Impact: All G-code coordinates now display with professional decimal formatting, meeting CNC industry standards.

Files Modified: src/generator/emitter.c (2 format strings changed from %.6g to %.3f)