mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX: only check TPU for multi-extruder printer
jira: none Change-Id: I1fb882c05d43ffbcd42950ca6618d5789f148cd9 (cherry picked from commit 1b41b9a76369f28b51bc172b5c289968c6e8550c)
This commit is contained in:
@@ -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);
|
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) {
|
if (map_mode == FilamentMapMode::fmmManual) {
|
||||||
throw Slic3r::RuntimeError(std::string("Manual grouping error: TPU can only be placed in a nozzle alone."));
|
throw Slic3r::RuntimeError(std::string("Manual grouping error: TPU can only be placed in a nozzle alone."));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user