FIX: the display name of auto cali is incorrect

jira: none
Change-Id: I873a6a74babe63ad05bc7f74eaa698b08987d375
(cherry picked from commit 316829c8de708b8b555fd1ca176aae834253cd65)
This commit is contained in:
zhimin.zeng
2025-08-27 20:07:37 +08:00
committed by Noisyfox
parent 0a09c32e31
commit 2d273b43b6

View File

@@ -404,7 +404,7 @@ public:
bool nozzle_blob_detection_enabled{ false };
time_t nozzle_blob_detection_hold_start = 0;
bool is_support_new_auto_cali_method{true};
bool is_support_new_auto_cali_method{false};
int last_cali_version = -1;
int cali_version = -1;
float cali_selected_nozzle_dia { 0.0 };