mirror of
https://github.com/grblHAL/core.git
synced 2026-09-25 00:19:08 +08:00
Added setting $486 that allows locking G59.1 - G59.3 coordinate system offsets against accidental changes.
This commit is contained in:
@@ -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." },
|
||||
|
||||
Reference in New Issue
Block a user