Thanks for your last response.
I found the synopsis of CuraEngine on the web with the extensive list of "settings". The problem is that I don't want to come up with values for all of these. I just want to duplicate settings generated by the Cura GUI. I have no idea how to find out what they all are. I wish that there was some kind of configuration file with all of the inputs generated for a particular application. Do you know if this exists? Thanks again
Recommended Posts
gr5 2,234
Absolutely. I've never done this so not sure how - but I would guess maybe you can see the actual command line that cura runs and you could duplicate that syntax.
The gui is called cura. The slicer is called curaEngine. So it would be more like:
curaEngine -o output.gcode model.stl
or you can try curaEngine -h which lists some of the parameters. The 3x3 matrix is for rotation and translation of your model so you don't need that.
Try googleing curaEngine command line or similar.
Link to post
Share on other sites