move exportDRAWEXE.py to Sandbox WB
This commit is contained in:
parent
31c39e222a
commit
bce3de5b5d
|
@ -6,7 +6,6 @@ SET(OpenSCAD_SRCS
|
|||
OpenSCADFeatures.py
|
||||
OpenSCADUtils.py
|
||||
OpenSCADCommands.py
|
||||
exportDRAWEXE.py
|
||||
exportCSG.py
|
||||
importCSG.py
|
||||
tokrules.py
|
||||
|
|
|
@ -34,5 +34,4 @@ 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")
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ INSTALL(
|
|||
FILES
|
||||
Init.py
|
||||
InitGui.py
|
||||
exportDRAWEXE.py
|
||||
DESTINATION
|
||||
Mod/Sandbox
|
||||
)
|
||||
|
|
|
@ -33,6 +33,6 @@ ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Sandbox")
|
|||
ParGrp.SetString("HelpIndex", "Sandbox/Help/index.html")
|
||||
ParGrp.SetString("WorkBenchName", "Sandbox Design")
|
||||
ParGrp.SetString("WorkBenchModule", "SandboxWorkbench.py")
|
||||
|
||||
|
||||
import FreeCAD
|
||||
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user