mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-18 10:32:31 -07:00
FIX: cali crash when using tpu in left extruder
jira: STUDIO-11535 Change-Id: I1f979346748210c9af16931fce107efb8f9e4fd7 (cherry picked from commit b9a040f2edfd3118d84ea565715666b0e6090a68)
This commit is contained in:
parent
bf71932371
commit
837077ee3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1443,7 +1443,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…
Add table
Add a link
Reference in a new issue