Skip to content

Releases: 1T17/GGcode

v0.1.3

05 Sep 07:00

Choose a tag to compare

return

GGcode v0.1.2

17 Aug 16:40

Choose a tag to compare

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)

v0.1.1

31 Jul 01:02

Choose a tag to compare

feat: Enhanced G-code modal behavior to support all motion commands (…

v0.1.0

21 Jul 05:05

Choose a tag to compare

G1

v0.0.9

20 Jul 01:52

Choose a tag to compare

G13

v0.0.8

18 Jul 22:16

Choose a tag to compare

G6

v0.0.7

12 Jul 13:57

Choose a tag to compare

update

v0.0.6

08 Jul 01:10

Choose a tag to compare

v0.0.6 Pre-release
Pre-release

ARRAY

v0.0.5

04 Jul 03:04

Choose a tag to compare

update

v0.0.4

03 Jul 05:40

Choose a tag to compare

v0.0.4 Pre-release
Pre-release
t