renable DRAWEXE exporter

This reverts commit 4c48bdf216.
This commit is contained in:
Sebastian Hoogen 2014-05-27 17:26:31 +02:00 committed by wmayer
parent db54a748b1
commit 2b1656e6b0
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ SET(OpenSCAD_SRCS
OpenSCADFeatures.py
OpenSCADUtils.py
OpenSCADCommands.py
exportDRAWEXE.py
exportCSG.py
importCSG.py
tokrules.py

View File

@ -34,4 +34,5 @@ if openscadbin:
FreeCAD.addImportType("OpenSCAD Format (*.scad)","importCSG")
FreeCAD.addExportType("OpenSCAD CSG Format (*.csg)","exportCSG")
FreeCAD.addExportType("OpenSCAD Format (*.scad)","exportCSG")
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")