You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,18 @@ Tested on:
28
28
## Installation
29
29
30
30
1. Download the [source code from the latest release](https://github.com/daniel-page/advanced-parameters/archive/refs/tags/v1.0.zip) and extract the archive
31
-
2. Go to **UTILITIES** toolbar tab > **ADD-INS** > **Add-Ins** tab > Green **+** button
32
-
3. Locate and choose the repository directory
33
-
4. Select **Run on Startup** (Optional)
31
+
2. To permanently install the add-in copy its directory to `C:\Users\%Username%\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns`
32
+
3. OR to open it from its existing location go to **UTILITIES** toolbar tab > **ADD-INS** > **Add-Ins** tab > Green **+** button
34
33
35
34
## Running
36
35
37
36
1. Go to **UTILITIES** toolbar tab > **ADD-INS** > **Add-Ins** tab
38
37
2. Click **Advanced Parameters** in the list to highlight
39
-
3. Click **Run**
40
-
4. Go to the **SOLID** toolbar tab
41
-
5. Click on the red **fx** icon in the **MODIFY** panel
42
-
6. A window will load
38
+
3. Select **Run on Startup** (Optional)
39
+
4. Click **Run**
40
+
5. Go to the **SOLID** toolbar tab
41
+
6. Click on the red **fx** icon in the **MODIFY** panel
42
+
7. A window will load
43
43
44
44
## Using the Add-in
45
45
@@ -64,5 +64,6 @@ Tested on:
64
64
- At this stage only millimetres and degrees are supported
65
65
- Complex designs will slow down the responsiveness of the slider. For these, it is recommended to use pause syncing by holding down the **Shift** key while a slider is moved or entering sketches so the whole model does not need to be updated for every change.
66
66
- Parameters can not be updated while anything in the workspace is selected
67
+
- Parameters in the workspace will not update when the Fusion 360 parameters window is open (until it is closed)
67
68
- This add-in only works up to five decimal places
68
69
- Changing the increment can change the slider value(s) to the nearest increment multiple
0 commit comments