CuraEngine comes with Cura. If you have Cura installed, you also have CuraEngine.
- 1 year later...
On 11/14/2021 at 11:07 PM, Cuq said:using CuraEngine
CuraEngine slice -v -j ../Cura/resources/definitions/dual_extrusion_printer.def.json -o "output/test.gcode" -e1 -s infill_line_distance=0 -e0 -l "/model_1.stl" -e1 -l "fully_filled_model.stl"
Hi CUQ, thank you to give this direction.
I'm trying to use cura in batch, embedded in an optimization loop.
I have cura 5.3.1, it seems to me that the directories are not the same like your post.
I'm using a Creality Ender-3 S1 Pro.
I would like to create gcode from stl files exported from a CAD sw (Siemens NX).
This stl file is automatically generated from the optimizer (Heeds) changing some variables.
I would need to lunch cura for each of these stl file that will be created in a dedicated directory for each individual design (all this is created automatically by the optimizer).
I need to be able to lunch cura engine for each design in order to obtain a gcode in that directory.
Yes in 5.X it's now :
.\share\cura\resources
Note form the CuraEngine Help message :
In order to load machine definitions from custom locations, you need to create the environment variable CURA_ENGINE_SEARCH_PATH, which should contain all search paths delimited by a (semi-)colon.
Other topic on this subject :
Edited by Cuq
sorry, just after your answer. Thank you Cuq
Recommended Posts
Cuq 185
using CuraEngine
Link to post
Share on other sites
Murmur 0
Seems kinda straight forward but installing curaengine look very complex.
Link to post
Share on other sites