mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 07:53:15 +08:00
Revert "Added the no-nozzle offset for all polygons"
This reverts commit 45eb301f9b3e32f36b4fcfe2777bc3f9f177949d.
This commit is contained in:
parent
e391d5c753
commit
f791017091
@ -731,7 +731,7 @@ class BuildVolume(SceneNode):
|
||||
if offset_y is None:
|
||||
offset_y = 0
|
||||
result[extruder_id] = []
|
||||
if not no_nozzle_offsetting_for_disallowed_areas:
|
||||
|
||||
for polygon in machine_disallowed_polygons:
|
||||
result[extruder_id].append(polygon.translate(offset_x, offset_y)) #Compensate for the nozzle offset of this extruder.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user