Installation¶
From FreeCAD Addon Manager (Recommended)¶
- Open FreeCAD
- Go to Tools → Addon Manager
- Search for "Multi Export"
- Click Install
- Restart FreeCAD
Manual Installation¶
macOS¶
Step 1: Locate Your FreeCAD Macros Folder¶
The macros folder location on macOS:
How to access it:
Option A - Finder (Recommended):
- Open Finder
- Press
Cmd + Shift + G(Go to Folder) - Paste:
~/Library/Application Support/FreeCAD/Macro/ - Press Enter
Option B - Terminal:
mkdir -p ~/Library/Application\ Support/FreeCAD/Macro/
open ~/Library/Application\ Support/FreeCAD/Macro/
Option C - From FreeCAD:
- Open FreeCAD
- Go to Macro → Macros...
- Note the path shown at the top of the dialog
- Click User macros location to open in Finder
Step 2: Install the Macro File¶
- Download
MultiExport.FCMacrofrom the releases page - Copy it to the macros folder
- (Optional) Copy
MultiExport.svgfor the icon
Step 3: Verify Installation¶
- Open FreeCAD
- Go to Macro → Macros...
- You should see "MultiExport" in the list
Linux¶
# Create macros directory if it doesn't exist
mkdir -p ~/.local/share/FreeCAD/Macro/
# Copy macro file
cp MultiExport.FCMacro ~/.local/share/FreeCAD/Macro/
# (Optional) Copy icon
cp MultiExport.svg ~/.local/share/FreeCAD/Macro/
Alternative path
Some Linux distributions use ~/.FreeCAD/Macro/ instead.
Windows¶
- Navigate to:
%APPDATA%\FreeCAD\Macro\ - Copy
MultiExport.FCMacroto this folder - (Optional) Copy
MultiExport.svgto the same folder
Create a Toolbar Button (Optional)¶
- Go to Macro → Macros...
- Select MultiExport
- Click Create (toolbar button icon)
- Choose the icon file (
MultiExport.svg) if you saved it - The macro will now appear in your toolbar for quick access