mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX: the display name of auto cali is incorrect
jira: none Change-Id: I873a6a74babe63ad05bc7f74eaa698b08987d375 (cherry picked from commit 316829c8de708b8b555fd1ca176aae834253cd65)
This commit is contained in:
@@ -404,7 +404,7 @@ public:
|
|||||||
bool nozzle_blob_detection_enabled{ false };
|
bool nozzle_blob_detection_enabled{ false };
|
||||||
time_t nozzle_blob_detection_hold_start = 0;
|
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 last_cali_version = -1;
|
||||||
int cali_version = -1;
|
int cali_version = -1;
|
||||||
float cali_selected_nozzle_dia { 0.0 };
|
float cali_selected_nozzle_dia { 0.0 };
|
||||||
|
|||||||
Reference in New Issue
Block a user