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?
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
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.
Any success there?
I want to print an STL file from the command line and decide there if the slicer shall use supports or not.
Hey, I know this is an old thread, but I’ve build an API that allows you to do what you’re describing above. Its built on top of the Prusa Slicer CLI and the Bambu Studio CLI so you get a 1:1 match.
Hope this helps! Here are the docs below.
docs.cloudslicer3d.com