mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Revert "Added the no-nozzle offset for all polygons"
This reverts commit 45eb301f9b
.
This commit is contained in:
parent
e391d5c753
commit
f791017091
1 changed files with 3 additions and 3 deletions
|
@ -731,9 +731,9 @@ 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.
|
||||
|
||||
for polygon in machine_disallowed_polygons:
|
||||
result[extruder_id].append(polygon.translate(offset_x, offset_y)) #Compensate for the nozzle offset of this extruder.
|
||||
|
||||
#Add the border around the edge of the build volume.
|
||||
left_unreachable_border = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue