mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:39:01 +08:00
Don't add prime tower area if single extrusion
Simple papercut fix.
This commit is contained in:
parent
be21cd7f7d
commit
5b8e1f25b7
@ -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…
x
Reference in New Issue
Block a user