Fix for corrupted tool table entries not beeing reset. This may happen on resizing the tool table.

Added system parameter _tool_table_size, 0 if a tool table is not enabled.
Removed dependency on safety door input for parking settings: $41, $42, $56-$59, $392 and $393.
Removed strict dependency on spindle encoder input for spindle synced motion,
allows the use of the stepper spindle which has an implicit encoder.
This commit is contained in:
Terje Io
2025-07-31 08:19:07 +02:00
parent 5aff8fe767
commit 02b45f86e5
15 changed files with 100 additions and 54 deletions
+1
View File
@@ -87,6 +87,7 @@ typedef enum {
Status_IllegalHomingConfiguration = 55,
Status_GCodeCoordSystemLocked = 56,
Status_UnexpectedDemarcation = 57,
Status_AuxiliaryPortUnavailable = 58,
Status_SDMountError = 60,
Status_FileReadError = 61,