Skip to content

kageurufu/VoronConstruct360

 
 

Repository files navigation

Voron Construct Fusion 360 Add-In

Installation

  • 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
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


Usage

  • 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?
      1. 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).

      2. Click the Generate new token dropdown menu, and choose the token usage (classic is fine).

      3. 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.

      4. 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.

  • Enter a repository in <owner>/<repo> format (eg. kyleisah/Voron-Construct) and click Load.

Now, you have CAD. Lots of CAD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 33.4%
  • TypeScript 21.5%
  • Python 20.9%
  • JavaScript 19.6%
  • SCSS 2.1%
  • Sass 1.9%
  • HTML 0.6%