Small fix for 3e0690b37b
This commit is contained in:
parent
3d4cda8ace
commit
0aaa7dd076
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue