mirror of
https://github.com/grblHAL/core.git
synced 2026-09-26 09:55:54 +08:00
fixed option order in settings.h
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user