FreeCAD Macros: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
*Download a macro | *Download a macro | ||
*Drag and drop the macro into the Macros directory | *Drag and drop the macro into the Macros directory | ||
=Macros Under Development= | |||
*[[PVC Pipe and Fittings Library]] macro |
Revision as of 03:52, 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