OpenSCAD: fix translation problems and identation error

This commit is contained in:
Sebastian Hoogen
2012-11-05 14:24:54 +01:00
committed by wmayer
parent 0634a3a188
commit e12b4217bb
4 changed files with 24 additions and 21 deletions

View File

@@ -90,7 +90,7 @@ def vertexs2polygon(vertex):
def shape2polyhedron(shape):
import MeshPart
fa = params.GetFloat('exportFa',12.0)
fa = params.GetFloat('exportFa',12.0)
return mesh2polyhedron(MeshPart.meshFromShape(shape,params.GetFloat(\
'meshmaxlength',1.0), params.GetFloat('meshmaxarea',0.0),\
params.GetFloat('meshlocallen',0.0),\