FreeCAD Macros: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "*Macros are Python programs in FreeCAD that can be used to add functionality to FreeCAD *To use a macro, find the Macros directory by going to FreeCAD->File->Preferences->Macr...")
 
No edit summary
Line 1: Line 1:
*Macros are Python programs in FreeCAD that can be used to add functionality to FreeCAD
*Macros are Python programs in FreeCAD that can be used to add functionality to FreeCAD
*To use a macro, find the Macros directory by going to FreeCAD->File->Preferences->Macros - which shows the macros directory such as /home/marcin/.FreeCAD
 
=Adding Downloaded Macros=
*To add a macro to FreeCAD - find the Macros directory by going to FreeCAD->File->Preferences->Macros - which shows the macros directory such as /home/marcin/.FreeCAD
*Download a macro
*Drag and drop the macro into the Macros directory

Revision as of 03:46, 24 January 2018

  • Macros are Python programs in FreeCAD that can be used to add functionality to FreeCAD

Adding Downloaded Macros

  • To add a macro to FreeCAD - find the Macros directory by going to FreeCAD->File->Preferences->Macros - which shows the macros directory such as /home/marcin/.FreeCAD
  • Download a macro
  • Drag and drop the macro into the Macros directory