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:
bubnikv 2017-05-30 10:51:38 +02:00
parent 0120f3ed92
commit 2178180a19
5 changed files with 47 additions and 11 deletions

View file

@ -244,7 +244,7 @@ void ToolOrdering::fill_wipe_tower_partitions()
//FIXME this is a hack to get the ball rolling.
for (LayerTools &lt : m_layer_tools)
lt.has_wipe_tower = lt.has_object;
lt.has_wipe_tower = lt.has_object && lt.wipe_tower_partitions > 0;
}
} // namespace Slic3r