mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
FIX: cali: fix the 3mf wrong issue when cali for multi-extruder
jira: no-jira Change-Id: I352e4dd499f4e4dd22cdc21f3f62428a0baa5bfb (cherry picked from commit f9cd3dd8764ab551c2aa85cdb7383b19bc345f36)
This commit is contained in:
@@ -2113,7 +2113,7 @@ void CalibrationPresetPage::select_default_compatible_filament()
|
||||
Layout();
|
||||
}
|
||||
else {
|
||||
assert(false);
|
||||
//assert(false);
|
||||
}
|
||||
|
||||
check_filament_compatible();
|
||||
@@ -2169,7 +2169,7 @@ std::vector<FilamentComboBox*> CalibrationPresetPage::get_selected_filament_comb
|
||||
}
|
||||
}
|
||||
} else {
|
||||
assert(false);
|
||||
//assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user