From: daid Date: Wed, 16 May 2012 10:05:11 +0000 (+0200) Subject: Fixed #108 X-Git-Tag: RC4~22 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b0c6d6c3593d4eaec1fe913294f42e4c035373bb;p=cura.git Fixed #108 --- 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