use Icons for Refine and Increase tolerance features

This commit is contained in:
Sebastian Hoogen
2014-09-25 22:15:56 +02:00
committed by wmayer
parent 6157cf3c4a
commit 7db2cdc008
4 changed files with 12 additions and 63 deletions

View File

@@ -251,7 +251,8 @@ def export(exportList,filename):
csg = pythonopen(filename,'w')
print "Write Inital Output"
# Not sure if comments as per scad are allowed in csg file
csg.write("// CSG file generated from FreeCAD Export 0.1d\n")
csg.write("// CSG file generated from FreeCAD %s\n" % \
'.'.join(FreeCAD.Version()[0:3]))
#write initial group statements - not sure if required
csg.write("group() {\n group(){\n")
for ob in exportList: