mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-11 08:04:25 +00:00
Small fix for https://github.com/prusa3d/PrusaSlicer/commit/3e0690b37bff4af00015a3b393c39a129ab0d1cc
This commit is contained in:
@@ -2071,7 +2071,7 @@ void GCode::process_layer(
|
||||
}
|
||||
Slic3r::sort_remove_duplicates(printing_extruders);
|
||||
} 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:
|
||||
for (unsigned int extruder : printing_extruders)
|
||||
|
||||
Reference in New Issue
Block a user