Skip to content

Releases: 1T17/GGcode

v0.1.3

Choose a tag to compare

@1T17 1T17 released this 05 Sep 07:00

return

GGcode v0.1.2

Choose a tag to compare

@1T17 1T17 released this 17 Aug 16:40

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

Choose a tag to compare

@1T17 1T17 released this 31 Jul 01:02
feat: Enhanced G-code modal behavior to support all motion commands (…

v0.1.0

Choose a tag to compare

@1T17 1T17 released this 21 Jul 05:05

G1

v0.0.9

Choose a tag to compare

@1T17 1T17 released this 20 Jul 01:52
G13

v0.0.8

Choose a tag to compare

@1T17 1T17 released this 18 Jul 22:16
G6

v0.0.7

Choose a tag to compare

@1T17 1T17 released this 12 Jul 13:57
update

v0.0.6

v0.0.6 Pre-release
Pre-release

Choose a tag to compare

@1T17 1T17 released this 08 Jul 01:10

ARRAY

v0.0.5

Choose a tag to compare

@1T17 1T17 released this 04 Jul 03:04
update

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@1T17 1T17 released this 03 Jul 05:40
t