Added setting $486 that allows locking G59.1 - G59.3 coordinate system offsets against accidental changes.

This commit is contained in:
Terje Io
2023-09-17 09:51:58 +02:00
parent c3fd2db2e2
commit acaea365cd
7 changed files with 55 additions and 11 deletions
+1
View File
@@ -85,6 +85,7 @@ typedef enum {
Status_SettingDisabled = 53,
Status_GcodeInvalidRetractPosition = 54,
Status_IllegalHomingConfiguration = 55,
Status_GCodeCoordSystemLocked = 56,
// Some error codes as defined in bdring's ESP32 port
Status_SDMountError = 60,