mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Don't add prime tower area if single extrusion
Simple papercut fix.
This commit is contained in:
parent
be21cd7f7d
commit
5b8e1f25b7
1 changed files with 14 additions and 13 deletions
|
@ -600,6 +600,7 @@ class BuildVolume(SceneNode):
|
|||
result_areas[extruder_id].append(polygon) #Don't perform the offset on these.
|
||||
|
||||
# Add prime tower location as disallowed area.
|
||||
if len(used_extruders) > 1: #No prime tower in single-extrusion.
|
||||
prime_tower_collision = False
|
||||
prime_tower_areas = self._computeDisallowedAreasPrinted(used_extruders)
|
||||
for extruder_id in prime_tower_areas:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue