A simple Autodesk Fusion (formerly Fusion 360) Add-In to send the active component in .stp format to the Bambu Studio.
How to use:
-
Go to the Add-In directory, for example: C:\Users\username\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns
-
Clone the repository to the Add-In directory
-
Open SendToBambuStudio\commands\commandDialog\entry.py and change:
- export_dir = r"C:\Users\username\Documents\Bambu_3D_files" # Here your exported files are saved, you can change that (especially username)
- printer_utility_path = r"C:\Program Files\Bambu Studio\bambu-studio.exe" # Path of the slicer of your choice (here Bambu Lab)
-
Open Fusion, and in Add-In menu select "Run on Startup" chebox after selecting the Add-In
-
Restart Fusion, and you sould see the Add-In in the "Insert" tools group, enjoy!