-
Download
Construct.zip
from the latest release. -
Extract the contents into your Fusion360 Add-Ins directory:
- Windows:
%appdata%\Autodesk\Autodesk Fusion 360\API\AddIns
- MacOS:
~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns
- Windows:
Alternatively, you can build from source:
Clone the repository, and run:
pip install plugin/requirements.txt --no-user
--ignore-installed --target=plugin/lib
npm install
npm run build
The plugin will be generated in the dist/
directory, copy the contents into a new directory named Construct in the Fusion360 AddIns directory
-
A new entry will be added under the 'Insert' menu on the SOLIDS Panel.
-
Click the
icon to enter your github personal access token.- How do I generate a github access token?
-
Make sure you're logged into github, and go to github's app settings, then click on Personal access tokens, and choose the token type (classic is fine).
-
Click the Generate new token dropdown menu, and choose the token usage (classic is fine).
-
Enter a note of what this token will be used for, select an expiry time, select a scope (or none at all, none are currently needed for Voron Construct) and click Generate token at the bottom of the page.
-
You will be provided a token that you can copy directly to your clipboard and paste into the
plugin's token field in the menu.
-
- How do I generate a github access token?
-
Enter a repository in
<owner>/<repo>
format (eg. kyleisah/Voron-Construct) and click Load.
Now, you have CAD. Lots of CAD.