Don't invert Y direction of offset for disallowed areas

This commit is contained in:
Ghostkeeper 2017-07-11 11:59:55 +02:00
parent 0f9125633b
commit fc93617698
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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: