From b0c6d6c3593d4eaec1fe913294f42e4c035373bb Mon Sep 17 00:00:00 2001 From: daid Date: Wed, 16 May 2012 12:05:11 +0200 Subject: [PATCH] Fixed #108 --- .../skeinforge_plugins/craft_plugins/raft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/raft.py b/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/raft.py index 8de6c3d3..cf15bd70 100644 --- a/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/raft.py +++ b/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/raft.py @@ -585,7 +585,7 @@ class RaftSkein: def addRaft(self): 'Add the raft.' - if len(self.boundaryLayers) < 0: + if len(self.boundaryLayers) < 1: print('this should never happen, there are no boundary layers in addRaft') return self.baseLayerThicknessOverLayerThickness = self.repository.baseLayerThicknessOverLayerThickness.value -- 2.30.2