If you're somewhat familliar with coding, you could check the github. The setting code there is reasonably simple.
Very simple, checking it already 2 days, thank you :mrgreen:
If you're somewhat familliar with coding, you could check the github. The setting code there is reasonably simple.
Very simple, checking it already 2 days, thank you :mrgreen:
Hi Guys,
I use command line for executing Cura 2.5 in Matlab. I want to change layer height, part orientation and filling angle and providing different G-code.
I start to generate different json file for different layer height but I dont know how i must change the orientation? would you please tell me how I can do it?
commandline=[str ' slice' ' -j ' definition ' -s mesh_rotation_matrix="[[1,0,0],[0,1,0],[0,0,1]]" ' ' -l ' stl ' -o ' stroutput '.gcode'];
str is CuraEngine.exe file and deffinition is innovo_inventor' num2str(j) '.json which is generated for different layer height.
Thanks in advance
Elnaz
Recommended Posts
nallath 1,124
If you're somewhat familliar with coding, you could check the github. The setting code there is reasonably simple.
Link to post
Share on other sites