mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 02:06:02 +08:00
Fixed #108
This commit is contained in:
parent
3ea2960d88
commit
b0c6d6c359
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user