Skip to content

Tags: 1T17/GGcode

Tags

v0.1.3

Toggle v0.1.3's commit message
feat: Enhanced G-code modal behavior to support all motion commands (…

…G0, G1, G2, G3)

⚙️ G-Code Modal Behavior Enhancement:
• Extended modal G-code logic to support ALL G-codes (G0, G1, G2, G3)
• Replaced G1-specific logic with universal modal behavior
• Implemented consistent modal treatment for all motion commands
• Enhanced G-code output efficiency by eliminating redundant commands
• Maintained backward compatibility with existing functionality
• Verified behavior with comprehensive testing

🔧 Technical Changes:
• Modified src/generator/emitter.c to use universal modal logic
• Replaced G1-specific condition with general G-code comparison
• Improved code maintainability and consistency

✅ G-code modal behavior now works consistently across all motion commands!

v0.1.2

Toggle v0.1.2's commit message
decimal

v0.1.1

Toggle v0.1.1's commit message
feat: Enhanced G-code modal behavior to support all motion commands (…

…G0, G1, G2, G3)

⚙️ G-Code Modal Behavior Enhancement:
• Extended modal G-code logic to support ALL G-codes (G0, G1, G2, G3)
• Replaced G1-specific logic with universal modal behavior
• Implemented consistent modal treatment for all motion commands
• Enhanced G-code output efficiency by eliminating redundant commands
• Maintained backward compatibility with existing functionality
• Verified behavior with comprehensive testing

🔧 Technical Changes:
• Modified src/generator/emitter.c to use universal modal logic
• Replaced G1-specific condition with general G-code comparison
• Improved code maintainability and consistency

✅ G-code modal behavior now works consistently across all motion commands!

v0.1.0

Toggle v0.1.0's commit message
G67

v0.0.9

Toggle v0.0.9's commit message
G13

v0.0.8

Toggle v0.0.8's commit message
G6

v0.0.7

Toggle v0.0.7's commit message
update

v0.0.6

Toggle v0.0.6's commit message
update

v0.0.5

Toggle v0.0.5's commit message
update

v0.0.4

Toggle v0.0.4's commit message
t