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)