Designing for 3D printing
## Edit imported SVG files
Assuming the CSV file is for a 2D curve:
For ex:
0.36,22.16 0.54,22.24 0.72,22.32 0.89,22.40
,0
for example) to make the data 3D. This is what Fusion expects.(^.*$)
\1,0
After a replace-all:
0.36,22.16,0 0.54,22.24,0 0.72,22.32,0 0.89,22.40,0
Utilities > Add-Ins
Scripts
tab, Run ImportSplineCSV
& open the changed CSV file.
When using 3D Adaptive
to go down to a horizontal surface, tick the flat area detection
box. Otherwise smaller mills in consecutive operations might need to remove material from the whole surface.
The pitch
parameter in the bore
feature should be set depending on the width of the bore. For example:
6,5mm
, pitch: 0,18mm
3,5mm
, pitch: 0,08mm
Small diameter bores need to feed down slower since they will be milled way too fast. Also check if ramp speed controls the feed here
Weird work-around
The problem edges show up in red when the warning is selected.
Right-click on the edge, and select Display control frame
A brown dotted line shows the control points. Select one of these points and delete it.
In the lower left corner of the screen, right-click on the yellow sketch icon and select Review warning
to check if it is solved or not.