TimPaterson / Fusion360-Batch-Post

Fusion add-in to post all CAM setups at once, optionally dividing them into folders.
The Unlicense
132 stars 26 forks source link

File name? #73

Open buikpijn opened 1 month ago

buikpijn commented 1 month ago

Is there a way to use the file name as the name for the file in the output instead of the name/number? I'm using the name of the setup as filename, this is ignored by my machine (a number in the name/number is required on my controller)

I'm using the 1001 as default, while operating the machine I only look for the name of the file.

For fetching the name of the setup as filename i'm using nc_program_setup_name , which works fine while posting by hand instead of the batch-method.

TimPaterson commented 1 month ago

Sorry, I don't understand your question. You mention using a number for the name, so I want to make sure you've seen the option Name must be numeric in the Post Processor section, in case that helps. Instead of using the setup name as the file name for the G-code output, it just number the files sequentially.