Welcome! Log In Create A New Profile

Advanced

Multiple objects to be sliced and printed on dual extrusion- command-line-only

Posted by Superzaki 
Multiple objects to be sliced and printed on dual extrusion- command-line-only
July 17, 2020 07:29AM
Hi all

I want to slice multiple objects 0.obj 1.obj 2.obj... using the command line only;
And I want to attribute for each object an extruder for printing.
I have been able to do this via the GUI just fine however, thes models are much heavier and the command line is faster based on what I've experienced.
The syntax that I've tried so far goes as:
slic3r -j 8 --no-gui --load config_all.ini --support-material-extruder 2 --support-material-interface-extruder 2 --dont-arrange --perimeter-extruder 2 --infill-extruder 2 --solid-infill-extruder 2 --perimeter-extruder 1 --infill-extruder 1 --solid-infill-extruder 1 --merge 0.obj 1.obj
But this results in the combined structed printed using extruder 1 only. Ps. specifying the extruder for the support works just fine.

Many thanks in advance
Sorry, only registered users may post in this forum.

Click here to login