Overriddable infills that were not overridden are now printed according to infill_first

This commit is contained in:
Lukas Matena 2018-06-29 12:26:22 +02:00
parent bb288f2a1b
commit 5bf795ec6f
4 changed files with 90 additions and 30 deletions

View file

@ -1143,6 +1143,7 @@ void Print::_make_wipe_tower()
current_extruder_id = extruder_id;
}
}
layer_tools.wiping_extrusions.ensure_perimeters_infills_order(*this, layer_tools);
if (&layer_tools == &m_tool_ordering.back() || (&layer_tools + 1)->wipe_tower_partitions == 0)
break;
}