parent
db54a748b1
commit
2b1656e6b0
|
@ -6,6 +6,7 @@ SET(OpenSCAD_SRCS
|
||||||
OpenSCADFeatures.py
|
OpenSCADFeatures.py
|
||||||
OpenSCADUtils.py
|
OpenSCADUtils.py
|
||||||
OpenSCADCommands.py
|
OpenSCADCommands.py
|
||||||
|
exportDRAWEXE.py
|
||||||
exportCSG.py
|
exportCSG.py
|
||||||
importCSG.py
|
importCSG.py
|
||||||
tokrules.py
|
tokrules.py
|
||||||
|
|
|
@ -34,4 +34,5 @@ if openscadbin:
|
||||||
FreeCAD.addImportType("OpenSCAD Format (*.scad)","importCSG")
|
FreeCAD.addImportType("OpenSCAD Format (*.scad)","importCSG")
|
||||||
FreeCAD.addExportType("OpenSCAD CSG Format (*.csg)","exportCSG")
|
FreeCAD.addExportType("OpenSCAD CSG Format (*.csg)","exportCSG")
|
||||||
FreeCAD.addExportType("OpenSCAD Format (*.scad)","exportCSG")
|
FreeCAD.addExportType("OpenSCAD Format (*.scad)","exportCSG")
|
||||||
|
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user