Does the command line work for BambuStudio.app?

Does the command line interface work for BambuStudio.app on the Mac? I can get it to load a 3MF file but not anything else. How do you specify the command line options?

1 Like

Did you ever figure this out? I’m also trying to use the command line interface, hopefully to do some batch processing of STL files.

I ended up not using it but made some progress.

Here’s a page on the options available from GitHub:

Here’s how to run it from a terminal window:
/Applications/BambuStudio.app/Contents/MacOS/BambuStudio Test.3mf

Here’s how to have it produce a list of the options which is more than listed on GitHub:
/Applications/BambuStudio.app/Contents/MacOS/BambuStudio -h

A few worked for me but some just produced errors.
This one worked (output the model’s information).
/Applications/BambuStudio.app/Contents/MacOS/BambuStudio --info Test.3mf

2 Likes

Yea I got some of it to work, what I haven’t figured out is how to export the print profile in a 3mf and the apply it to a bunch of stl files.

I’ll take another crack at it this weekend, and let you know if I make any progress.