Remove invalid line that causes exceptions on startup

Contributes to CURA-138
This commit is contained in:
Arjen Hiemstra 2015-10-29 11:47:17 +01:00
parent 6c20d41863
commit fe9e35c062

View file

@ -241,8 +241,6 @@ class BuildVolume(SceneNode):
[half_machine_width - skirt_size, -half_machine_depth + skirt_size]
], numpy.float32)))
areas.append(poly)
self._disallowed_areas = areas
def _getSkirtSize(self, profile):