mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:05:54 +08:00
Don't invert Y direction of offset for disallowed areas
This commit is contained in:
parent
0f9125633b
commit
fc93617698
@ -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…
x
Reference in New Issue
Block a user