- Addressed an issue with backward compatibility with Grbl v0.9-style GUIs. - It still may not work due to new data and states coming back from Grbl v1.1. Regardless, DO NOT TRY TO USE THE COMPATIBILITY MODE UNTIL THERE IS A REALLY GOOD REASON TO. - v0.9 GUI compatibility mode will be removed in future versions. You’ve been warned. It’s highly recommended for GUIs to update to the new v1.1 interface. - Compability mode will only fit on an Arduino Uno due to size increases. - Removed the REPORT_GUI_MODE compile option since it’s part of the v1.1 interface standard. - Updated the documentation to better describe the compatibility mode build option.
676 B
676 B
| 1 | OPT: Code | Build-Option Description | State |
|---|---|---|---|
| 2 | V | Variable spindle | Enabled |
| 3 | N | Line numbers | Enabled |
| 4 | M | Mist coolant M7 | Enabled |
| 5 | C | CoreXY | Enabled |
| 6 | P | Parking motion | Enabled |
| 7 | Z | Homing force origin | Enabled |
| 8 | H | Homing single axis commands | Enabled |
| 9 | L | Two limit switches on axis | Enabled |
| 10 | R | Classic compatibility mode | Enabled |
| 11 | * | Restore all EEPROM command | Disabled |
| 12 | $ | Restore EEPROM `$` settings command | Disabled |
| 13 | # | Restore EEPROM parameter data command | Disabled |
| 14 | I | Build info write user string command | Disabled |
| 15 | E | Force sync upon EEPROM write | Disabled |
| 16 | W | Force sync upon work coordinate offset change | Disabled |