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
* [BUG] fixed issue with topsurfacing if tool never retracts
[BUG] fixed issue if additive file was greater than 100 layers
[FEATURE] confirmed lead-in vertical radii are allowable
* [UPDATE] readme
Copy file name to clipboardExpand all lines: README.md
+21-10Lines changed: 21 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,8 @@ It takes 2 input files:
8
8
9
9
These files require specific setup for this program to work
10
10
11
+
Download the latest release for the `ASMBL.exe`, an example `config.json`, and the Simply3d factory file.
11
12
12
-
# Installation
13
-
14
-
```bash
15
-
git clone {repo address}
16
-
python3 -m venv env
17
-
pip install -r requirements.txt
18
-
```
19
13
20
14
# How to Setup
21
15
@@ -128,7 +122,7 @@ Multiple surfaces at different heights can be selected with the same process. Th
128
122
* Select the boundry contours for the sides you would like to cut (everything in the boundry will be cut)
129
123
* You can specify an out and inner boundary to only cut a certain region
130
124
*`Heights`
131
-
* Set the `Clearance Height`, `Retract Height`, and `Feed Height` equal
125
+
* Set the `Clearance Height`and `Retract Height` equal
132
126
* These must be equal for all processes
133
127
* Set the `Top Height` and `Bottom Height` appropriately for the desired process
134
128
* ie top and bottom of the surface
@@ -146,6 +140,8 @@ Multiple surfaces at different heights can be selected with the same process. Th
146
140
147
141
3D Contour can be used for most none flat surfaces that have nothing above them. They are good for quickly CAM'ing a large number of faces.
148
142
143
+
None flat surfaces that have something above them can be CAM'd with some Fusion 360 magic. But this can be an involved process depending on the geometry.
The machining boundary can be used to restrict which faces are machined. Here the centre sloped surface is diselected but everything within the inner centre hole is machined.
To run the program, ensure the python virtual environment is enabled, then use `python main.py`
206
+
To run the program, ensure the `config.json`is configured correctly, then run the `ASMBL.exe`
211
207
212
-
The program will output the file with a name according the the config settings in the `output` folder.
208
+
The program will output the file with a name according the the config settings in the `output` folder. (An output folder will be created in the same directory if one does not exist)
213
209
214
210
>**Always preview the generated gcode in Simplify3D before attempting to print it**
215
211
@@ -218,3 +214,18 @@ Set the coloring to `Active Toolhead` and enable `Travel moves` to ensure the pa
218
214
The subtractive processes are displayed as travel moves, scroll through the layers to check the subtractive processes have been added at the correct point in the print (defined in `config.json`)
0 commit comments