From debffc391b3165ba48d6d956f67217a11b22de0f Mon Sep 17 00:00:00 2001 From: andrew_marles Date: Mon, 24 Feb 2025 21:15:23 -0800 Subject: [PATCH] fixed option order in settings.h --- settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.h b/settings.h index 9f68420..dddb896 100644 --- a/settings.h +++ b/settings.h @@ -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 {