From fc936176980cd57636bcddec80b2dbfd9f016e65 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 11 Jul 2017 11:59:55 +0200 Subject: [PATCH] Don't invert Y direction of offset for disallowed areas --- cura/BuildVolume.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 3701313f85..ea3e9265dc 100755 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -730,8 +730,6 @@ class BuildVolume(SceneNode): offset_y = extruder.getProperty("machine_nozzle_offset_y", "value") if offset_y is None: offset_y = 0 - else: - offset_y = -offset_y result[extruder_id] = [] for polygon in machine_disallowed_polygons: