Go to file
2025-04-11 17:51:43 +02:00
.vscode Initial Commit 2025-04-11 17:51:43 +02:00
commands Initial Commit 2025-04-11 17:51:43 +02:00
resources Initial Commit 2025-04-11 17:51:43 +02:00
.gitignore Initial commit 2025-04-11 17:50:42 +02:00
AddInIcon.svg Initial Commit 2025-04-11 17:51:43 +02:00
config.py Initial Commit 2025-04-11 17:51:43 +02:00
LocalSave.py Initial Commit 2025-04-11 17:51:43 +02:00
README.md Initial Commit 2025-04-11 17:51:43 +02:00

Fusion 360 Local Save Extension This Fusion 360 extension brings back easy local saving by letting you export .f3d files directly to your computer, bypassing the cloud-only model almost completely. Conversion and native export are still needed for f3z archives.

Features

Adds a "Local Save" tab with a "Save" button

Saves the current document as a local .f3d file

Ideal for backups, version control, and offline work

How to Use

Copy the script folder into your Fusion 360 Add-Ins folder: ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns (macOS)

C:\Users\<YourName>\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns\ (Windows)

Open Fusion 360 → Tools → Scripts and Add-Ins

Find the extension under the My Add-Ins tab and click Run

Use the new "Local Save" tab in the toolbar to export files

Output

Exports files in .f3d format, compatible with Fusion 360 for re-import or sharing.