Follow-up to f342bfae4e
as GCC did not like what MSVC was able to swallow.
This commit is contained in:
parent
fcb00680ab
commit
f24b4e86a9
4 changed files with 33 additions and 49 deletions
src/libslic3r
|
@ -2204,7 +2204,6 @@ LayerResult GCode::process_layer(
|
|||
m_avoid_crossing_perimeters.disable_once();
|
||||
}
|
||||
|
||||
|
||||
std::vector<InstanceToPrint> instances_to_print = sort_print_object_instances(layers, ordering, single_object_instance_idx);
|
||||
|
||||
// We are almost ready to print. However, we must go through all the objects twice to print the the overridden extrusions first (infill/perimeter wiping feature):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue