mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Wipe tower: Wipe less than usual amount of material if the wipe
is followed by the final sparse zig-zag tower section.
This commit is contained in:
parent
0120f3ed92
commit
2178180a19
5 changed files with 47 additions and 11 deletions
|
@ -244,7 +244,7 @@ void ToolOrdering::fill_wipe_tower_partitions()
|
|||
|
||||
//FIXME this is a hack to get the ball rolling.
|
||||
for (LayerTools < : m_layer_tools)
|
||||
lt.has_wipe_tower = lt.has_object;
|
||||
lt.has_wipe_tower = lt.has_object && lt.wipe_tower_partitions > 0;
|
||||
}
|
||||
|
||||
} // namespace Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue