mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Small fix for 3e0690b37b
This commit is contained in:
@@ -2071,7 +2071,7 @@ void GCode::process_layer(
|
|||||||
}
|
}
|
||||||
Slic3r::sort_remove_duplicates(printing_extruders);
|
Slic3r::sort_remove_duplicates(printing_extruders);
|
||||||
} else
|
} else
|
||||||
printing_extruders = { correct_extruder_id };
|
printing_extruders = { (unsigned int)correct_extruder_id };
|
||||||
|
|
||||||
// Now we must add this extrusion into the by_extruder map, once for each extruder that will print it:
|
// Now we must add this extrusion into the by_extruder map, once for each extruder that will print it:
|
||||||
for (unsigned int extruder : printing_extruders)
|
for (unsigned int extruder : printing_extruders)
|
||||||
|
|||||||
Reference in New Issue
Block a user