mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Don't invert Y direction of offset for disallowed areas
This commit is contained in:
parent
0f9125633b
commit
fc93617698
1 changed files with 0 additions and 2 deletions
|
@ -730,8 +730,6 @@ class BuildVolume(SceneNode):
|
||||||
offset_y = extruder.getProperty("machine_nozzle_offset_y", "value")
|
offset_y = extruder.getProperty("machine_nozzle_offset_y", "value")
|
||||||
if offset_y is None:
|
if offset_y is None:
|
||||||
offset_y = 0
|
offset_y = 0
|
||||||
else:
|
|
||||||
offset_y = -offset_y
|
|
||||||
result[extruder_id] = []
|
result[extruder_id] = []
|
||||||
|
|
||||||
for polygon in machine_disallowed_polygons:
|
for polygon in machine_disallowed_polygons:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue