FIX: cali crash when using tpu in left extruder
jira: STUDIO-11535 Change-Id: I1f979346748210c9af16931fce107efb8f9e4fd7
This commit is contained in:
parent
68d7ef49a9
commit
b9a040f2ed
|
@ -1480,7 +1480,7 @@ bool CalibrationPresetPage::is_filament_in_blacklist(int tray_id, Preset* preset
|
|||
int out_tray_id;
|
||||
get_tray_ams_and_slot_id(curr_obj, tray_id, ams_id, slot_id, out_tray_id);
|
||||
|
||||
if (!is_virtual_slot(ams_id) && wxGetApp().app_config->get("skip_ams_blacklist_check") != "true") {
|
||||
if (wxGetApp().app_config->get("skip_ams_blacklist_check") != "true") {
|
||||
bool in_blacklist = false;
|
||||
std::string action;
|
||||
std::string info;
|
||||
|
|
Loading…
Reference in New Issue