Translations:Macros recipes/8/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 7: Line 7:
* Hit the Save button, and restart FreeCAD
* Hit the Save button, and restart FreeCAD
* Open the Macro manager, select your new macro and click "execute"
* Open the Macro manager, select your new macro and click "execute"
* Tutorial [[Macro_Install_HowTo|Macro Install HowTo]]
* Tutorial [[How to install macros]]

Latest revision as of 23:22, 15 June 2016

How to use?

Macro how to install
Macro how to install

The above macros can easily be plugged on any FreeCAD installation

  • Copy the macro python code from the corresponding macro page
  • In FreeCAD, Macro->Macros->Create new, and give it a name
  • Paste the python code you copied
  • Hit the Save button, and restart FreeCAD
  • Open the Macro manager, select your new macro and click "execute"
  • Tutorial How to install macros