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:
lane.wei
2024-12-03 22:27:09 +08:00
committed by Noisyfox
parent 592734dbf7
commit a2c6ea7d15
4 changed files with 73 additions and 9 deletions

View File

@@ -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);
}
}