mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 05:33:15 +08:00
Added the no-nozzle offset for all polygons
CURA-3663
This commit is contained in:
parent
b7165ad41d
commit
45eb301f9b
@ -731,9 +731,9 @@ class BuildVolume(SceneNode):
|
||||
if offset_y is None:
|
||||
offset_y = 0
|
||||
result[extruder_id] = []
|
||||
|
||||
for polygon in machine_disallowed_polygons:
|
||||
result[extruder_id].append(polygon.translate(offset_x, offset_y)) #Compensate for the nozzle offset of this extruder.
|
||||
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.
|
||||
|
||||
#Add the border around the edge of the build volume.
|
||||
left_unreachable_border = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user