[Arch] Bugfix - Unknown command 'Draft_Edit'
This commit is contained in:
committed by
Yorik van Havre
parent
b6c8052bf8
commit
99f1798faf
@@ -64,6 +64,10 @@ class ArchWorkbench(Workbench):
|
||||
FreeCADGui.addCommand('Arch_RebarTools', RebarGroupCommand())
|
||||
self.archtools[2] = "Arch_RebarTools"
|
||||
|
||||
# setup Draft_Edit command
|
||||
import DraftEdit
|
||||
FreeCADGui.addCommand('Draft_Edit',DraftEdit.Edit())
|
||||
|
||||
# draft tools
|
||||
self.drafttools = ["Draft_Line","Draft_Wire","Draft_Circle","Draft_Arc","Draft_Ellipse",
|
||||
"Draft_Polygon","Draft_Rectangle", "Draft_Text",
|
||||
|
||||
Reference in New Issue
Block a user