Skip to content

simonjamain/fusion360csvexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fusion360csvexport

Fusion360 parameters window location

Export one stl file each row of a csv file containing a list of parameters values. This allows you to generate many variants of the same parametric design in one go !

To illustrate, all files of this project has been generated in one go using this script.

CSV structure

Note: an example csv file is located in /example folder to illustrate the folowing instructions.

Delimiter

Use the comma , to separate values

First row

Parameter names, same as in your fusion parameters windows (see below)

Fusion360 parameters window location

Other rows

Parameter values

First column

The column except a mandatory fileName parameter which values are used to name each output file.

Note: the .stl extension is added automatically

This has been done to give you a more flexible way to name you files. This allows you to use a simple formula from your spreadsheet application as seen below:

Example of an automated name generation formula

Usage

Clone or download & uncompress this repository somewhere on your disk.

Note: it doesn't have to be located in the standard fusion360 scripts folder

Add the script to your list of custom scripts as showed below:

Important note: the script will not ask for permission to overwrite existing files with the same names!

Scripts and Add-Ins menu Location Adding a new script

Select the script and run it, and follow the steps:

Adding a new script

About

export stl files from a csv list of parameters sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages