FIX: only check TPU for multi-extruder printer

jira: none
Change-Id: I1fb882c05d43ffbcd42950ca6618d5789f148cd9
(cherry picked from commit 1b41b9a76369f28b51bc172b5c289968c6e8550c)
This commit is contained in:
zhimin.zeng
2025-01-23 14:32:55 +08:00
committed by Noisyfox
parent b12b9c0fdd
commit ae9493d885

View File

@@ -1159,7 +1159,7 @@ void ToolOrdering::reorder_extruders_for_minimum_flush_volume(bool reorder_first
check_filament_printable_after_group(used_filaments, filament_maps, print_config);
if (!check_tpu_group(used_filaments, filament_maps, print_config)) {
if (nozzle_nums > 1 && !check_tpu_group(used_filaments, filament_maps, print_config)) {
if (map_mode == FilamentMapMode::fmmManual) {
throw Slic3r::RuntimeError(std::string("Manual grouping error: TPU can only be placed in a nozzle alone."));
}