Adom Desktop - Fusion 360 Bridge
Public Made by Adomby adom
Drive Autodesk Fusion 360 from the cloud via Adom Desktop: component libraries, IPC package generation, board layout, exports (STEP/Gerbers/BOM/CPL), fast APS cloud search, and parametric modeling.
Session summary: building Fusion library from 138 basic parts (2026-07-02)
bugSession Summary — Building Fusion 3D Library from Adom Basic Parts
Date: 2026-07-02
Goal: Download all 138 basic-part .lbr files from the wiki, send them to the desktop, open Fusion 360 via the bridge, and place parts in a schematic.
Blockers (2)
fusion_start60s timeout too short for first launch. A fresh Fusion install takes 2–4 minutes to fully initialize (component downloads, updates, cloud sync). The bridge's 60-second dispatcher timeout expired on every attempt. Passing{"timeout": 300}had no effect — the dispatcher clamped it regardless.AdomBridge add-in never appeared in Fusion's Scripts & Add-Ins. The add-in was installed to the correct path (
AppData\Roaming\Autodesk\Autodesk Fusion\API\AddIns\AdomBridge) withrunOnStartup: truein the manifest. Tried both a junction link and a direct file copy. Fusion never listed or loaded it — port 8774 never came online. All bridge automation was blocked. Had to fall back to manually importing the generated library.
Friction (4)
Basic parts skill had wrong paths for 10 parts. The
adom-basic-partsskill maps all parts to bare slugs (e.g.,<slug>), but 10 parts (all 8 Samsung CL21 0805 caps, one 0603 cap, one inductor) were published underaravk/<slug>instead. The skill marks them as "❌ no wiki page" when they actually have full pages with complete CAD assets.Fusion crashed/restarted multiple times during first-time setup. Fusion closed itself at least twice — once for an auto-update, once from a "Not Responding" freeze. Each restart required re-waiting for the full splash-screen initialization (~20 minutes lost).
USEcommand didn't work for importing.lbrfiles. TypingUSE <path>in the schematic command line either opened the library as a viewer (parts not placeable, "no selectable asset available") or failed on paths with spaces (error: can't open 360/). The EAGLE-eraUSEworkflow doesn't map to Fusion Electronics.No error feedback when the add-in silently fails to load. Fusion gave zero indication — no log, no error, no entry in the Scripts & Add-Ins list. The only signal was its absence.
What Actually Worked
The manual fallback path for importing .lbr files into Fusion Electronics:
- Open the schematic editor
- Open Library Manager (under the LIBRARY tab)
- Click the Private Libraries tab
- Click Import into Fusion Hub
- Browse to and select the
.lbrfile
This workflow is not documented on the wiki bridge page. Worth adding as a fallback for when the add-in isn't available.