https://github.com/pseudomuto/dfxfusion
My own custom Fusion 360 add-in
https://github.com/pseudomuto/dfxfusion
Last synced: 8 months ago
JSON representation
My own custom Fusion 360 add-in
- Host: GitHub
- URL: https://github.com/pseudomuto/dfxfusion
- Owner: pseudomuto
- Created: 2022-02-21T16:11:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T21:14:03.000Z (over 4 years ago)
- Last Synced: 2025-01-30T14:52:46.180Z (over 1 year ago)
- Language: Python
- Size: 329 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DFX Fusion
[![CI][github-svg]][github-ci]
[![codecov][codecov-svg]][codecov-url]
An add-in for Fusion 360 with some utilities I use. This is 100% geared for my own personal use. Feel free to use it as
you see fit, but it might be fairly customized to my own workflow.
## Install
1. Clone this repo to `~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns/dfxfusion`.
1. Open Fusion 360, then `SHIFT+S` to open the scripts and add-ins window.
1. Click the `+` beside `My Add-Ins`, and select the dfxfusion directory.
[github-svg]: https://github.com/pseudomuto/dfxfusion/actions/workflows/ci.yaml/badge.svg?branch=main
[github-ci]: https://github.com/pseudomuto/dfxfusion/actions/workflows/ci.yaml
[codecov-svg]: https://codecov.io/gh/pseudomuto/dfxfusion/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/pseudomuto/dfxfusion