FreeCAD Macros: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
=FreeCAD Source=
=FreeCAD Source=
*https://www.freecadweb.org/wiki/How_to_install_macros
*https://www.freecadweb.org/wiki/How_to_install_macros
== Macros of interest ==
* [[FreeCAD_Macros/Automatic_Light_Gauge_Steel_Frame_Creator_And_Panelizer_Macro]]

Revision as of 19:09, 22 June 2019

  • 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

Installing and Running Macros

Macros Under Development

FreeCAD Source

Macros of interest