From fe9e35c062a8e8102ff98e33f6275c6fc553e311 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 29 Oct 2015 11:47:17 +0100 Subject: [PATCH] Remove invalid line that causes exceptions on startup Contributes to CURA-138 --- cura/BuildVolume.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 33f75df080..42f301fb5a 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -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):