3d_modeling:fusion360

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
3d_modeling:fusion360 [2020/09/08 02:21] – [Toolpaths] formlab3d_modeling:fusion360 [2025/04/11 05:46] (current) – [Fusion 360] formlab
Line 9: Line 9:
     * 0.20mm: able to slide easily     * 0.20mm: able to slide easily
   * Print slower (±30mm/s) for better accuracy. In Cura there's an 'engineering' print profile (only available for Ultimaker S5) that tunes parameters for best dimensional accuracy.   * Print slower (±30mm/s) for better accuracy. In Cura there's an 'engineering' print profile (only available for Ultimaker S5) that tunes parameters for best dimensional accuracy.
 +
 +
 +## Edit imported SVG files
 +
 +  * import SVG curve
 +  * You can't edit this: only drag around sections of the curve. 
 +  * Make a new sketch and project the SVG curve into it. 
 +  * right click on the projected curve and select 'break link'
 +  * Now you can edit the curve directly
 +==== Import curve from CSV file ====
 +
 +{{:3d_modeling:csv_curve.png?200|}}
 +
 +Assuming the CSV file is for a 2D curve:
 +
 +For ex:
 +<code>
 +0.36,22.16
 +0.54,22.24
 +0.72,22.32
 +0.89,22.40
 +</code>
 +
 +  * Open CSV file in a text editor (with Regular Expressions functionality)
 +  * add a third column of placeholder numbers to the file ('',0'' for example) to make the data 3D. This is what Fusion expects.
 +    * Search & replace pattern in BBEdit: 
 +      * Search: ''(^.*$)''
 +      * Replace: ''\1,0''
 +
 +After a replace-all: 
 +
 +<code>
 +0.36,22.16,0
 +0.54,22.24,0
 +0.72,22.32,0
 +0.89,22.40,0
 +</code>
 +
 +  * In Fusion 360, go to ''Utilities > Add-Ins''
 +  * Under the ''Scripts'' tab, Run ''ImportSplineCSV'' & open the changed CSV file.
 +  * Fusion will now generate a 2D sketch with the curve
 +
  
  
Line 27: Line 69:
  
 {{:3d_modeling:sketch_curves_-_error_overview_web.jpg?600|}}\\ {{:3d_modeling:sketch_curves_-_error_overview_web.jpg?600|}}\\
-The problem edges show up in red.+The problem edges show up in red when the warning is selected.
  
 {{:3d_modeling:sketch_curves_-_problem_curve_web.jpg?600|}}\\ {{:3d_modeling:sketch_curves_-_problem_curve_web.jpg?600|}}\\
  • 3d_modeling/fusion360.1599556910.txt.gz
  • Last modified: 2020/09/08 02:21
  • by formlab