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
+3
View File
@@ -83,6 +83,9 @@ PROGMEM static const status_detail_t status_detail[] = {
{ Status_SettingDisabled, "Setting is not available, possibly due to limited driver support." },
{ Status_GcodeInvalidRetractPosition, "Retract position is less than drill depth." },
{ Status_IllegalHomingConfiguration, "Attempt to home two auto squared axes at the same time." },
#if COMPATIBILITY_LEVEL <= 1
{ Status_GCodeCoordSystemLocked, "Coordinate system is locked." },
#endif
#if NGC_EXPRESSIONS_ENABLE
{ Status_ExpressionUknownOp, "Unknown operation found in expression." },
{ Status_ExpressionDivideByZero, "Divide by zero in expression attempted." },