Ultimaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
Posted
· How can I automate the stl slicing and export using python?
You don't need to get anything from git. Install cura and as part of that installation there is an executable called the "engine" - I think it's "curaengine.exe" - something like that. That's the actual slicer part. Cura is the gui combined with curaengine. Anyway you can pass parameters to curaengine on the command line so you can call it from python or any other scripting language. This is documented on various parts of this forum. Just google within the forum for the engine like this:
site:ultimaker.com curaengine
Note that this is usually called the "command line interface" or CLI. Many programs (most?) have a command line interface - parameters that can be called from the console screen. But most people don't realize this.
On April 20 - April 23 we will host the Ultimaker Transformation Summit. Come talk to us via Live chat and get inspired by any of our relevant presentations!
Often getting started is the most difficult part of any process. A good start sets you up for success and saves you time and energy that could be spent elsewhere. That is why we have a onboarding course ready for
Ultimaker S5 Pro Bundle, Ultimaker S5, Ultimaker S3 Ultimaker 2+ Connect.
They're ready for you on the Ultimaker Academy platform. All you need to do to gain access is to register your product to gain free access.
Ready? Register your product here in just 60 seconds.
Recommended Posts
gr5 1,600
You don't need to get anything from git. Install cura and as part of that installation there is an executable called the "engine" - I think it's "curaengine.exe" - something like that. That's the actual slicer part. Cura is the gui combined with curaengine. Anyway you can pass parameters to curaengine on the command line so you can call it from python or any other scripting language. This is documented on various parts of this forum. Just google within the forum for the engine like this:
site:ultimaker.com curaengine
Note that this is usually called the "command line interface" or CLI. Many programs (most?) have a command line interface - parameters that can be called from the console screen. But most people don't realize this.
[edited to say curaengine]
Link to post
Share on other sites
ahoeben 1,186
You meant "curaengine.exe".
Actually getting curaengine to slice with a full profile is not trivial, but can be done.
Link to post
Share on other sites