FreeCAD Macros: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
=Running Macros= | =Running Macros= | ||
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/L2VIpdKzp_0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></html> | |||
=Macros Under Development= | =Macros Under Development= | ||
*[[PVC Pipe and Fittings Library]] macro | *[[PVC Pipe and Fittings Library]] macro |
Revision as of 04:44, 24 January 2018
- Macros are Python programs in FreeCAD that can be used to add functionality to FreeCAD. Sometimes these programs require supporting data files, such as CSVs or PNGs - or whatever supporting data that the macro requires.
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
- Drag and drop any supporting data files into the same directory
Running Macros