use Icons for Refine and Increase tolerance features
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user