fixed option order in settings.h

This commit is contained in:
andrew_marles
2025-02-24 21:15:23 -08:00
parent 9ae45ce8c1
commit debffc391b
+2 -2
View File
@@ -802,8 +802,8 @@ typedef enum {
ToolChange_Manual,
ToolChange_Manual_G59_3,
ToolChange_SemiAutomatic,
ToolChange_FastSemiAutomatic,
ToolChange_Ignore
ToolChange_Ignore,
ToolChange_FastSemiAutomatic
} toolchange_mode_t;
typedef struct {