Tags: 1T17/GGcode
Tags
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!
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!
PreviousNext