Fix #3800 Connect TD export to FC Gui Export
- TD did not define export types for the general Export command in Gui.
This commit is contained in:
@@ -45,3 +45,6 @@ class TechDrawWorkbench (Workbench):
|
||||
return "TechDrawGui::Workbench"
|
||||
|
||||
Gui.addWorkbench(TechDrawWorkbench())
|
||||
|
||||
# Append the export handler
|
||||
FreeCAD.addExportType("Technical Drawing (*.svg *.dxf *.pdf)","TechDrawGui")
|
||||
|
||||
Reference in New Issue
Block a user