as GCC did not like what MSVC was able to swallow.
This commit is contained in:
Vojtech Bubnik 2022-11-07 16:30:11 +01:00
parent fcb00680ab
commit f24b4e86a9
4 changed files with 33 additions and 49 deletions
src/libslic3r

View file

@ -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):