robin7331 / fusion-360-stl-exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What it does

With complex designs you end up having many bodies you'd like to export and 3D print. This script adds a one-click script for an automated STL export of specific bodies in your design.
It also makes sure your timeline is at the very end before exporting so you don't miss anything.

What is being exported

As with most designs, you might have stock parts like screws or nuts you don't want to export.
This script takes your project's name in snake_case (so My Project becomes my_project) and looks for bodies that have that name prepended to their own name.

Only those two bodies will be exported.

How To Install

  • Clone or download this repo to some folder on your machine
  • Boot up Fusion 360 and and open the scripts dialog
  • Click the little plus icon and add the folder you cloned / downloaded
  • You should now see the export-stl script

How To Use

When ready for exporting simply open the 'Add-Ins' dialog and double click on your script. Depending on the size of your design this may take a few minutes.

When done a little dialog appears.
The files are stored in the script directory.

About


Languages

Language:Python 100.0%