Sync freecad macros
This commit is contained in:
parent
b9edb81cd6
commit
a3c32d0e19
|
@ -0,0 +1,8 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# Macro Begin: /home/joe/.FreeCAD/Macro/DisableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
import FreeCAD
|
||||||
|
|
||||||
|
# Gui.runCommand('Std_DlgMacroRecord',0)
|
||||||
|
# Gui.runCommand('Std_DlgCustomize',0)
|
||||||
|
# Macro End: /home/joe/.FreeCAD/Macro/DisableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
|
@ -0,0 +1,8 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# Macro Begin: /home/joe/.FreeCAD/Macro/EnableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
import FreeCAD
|
||||||
|
|
||||||
|
# Gui.runCommand('Std_DlgMacroRecord',0)
|
||||||
|
# Gui.runCommand('Std_DlgCustomize',0)
|
||||||
|
# Macro End: /home/joe/.FreeCAD/Macro/EnableDominantMode.FCMacro +++++++++++++++++++++++++++++++++++++++++++++++++
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue