Skip to content

Commit

Permalink
renable DRAWEXE exporter
Browse files Browse the repository at this point in the history
This reverts commit 4c48bdf.
  • Loading branch information
5263 authored and wwmayer committed Jul 13, 2014
1 parent db54a74 commit 2b1656e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/OpenSCAD/CMakeLists.txt
Expand Up @@ -6,6 +6,7 @@ SET(OpenSCAD_SRCS
OpenSCADFeatures.py
OpenSCADUtils.py
OpenSCADCommands.py
exportDRAWEXE.py
exportCSG.py
importCSG.py
tokrules.py
Expand Down
1 change: 1 addition & 0 deletions src/Mod/OpenSCAD/Init.py
Expand Up @@ -34,4 +34,5 @@
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")

0 comments on commit 2b1656e

Please sign in to comment.