mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Overriddable infills that were not overridden are now printed according to infill_first
This commit is contained in:
parent
bb288f2a1b
commit
5bf795ec6f
4 changed files with 90 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue