mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Command line options to assign perimeters and infill to different extruders
This commit is contained in:
@@ -285,6 +285,13 @@ $j
|
||||
--support-material-extrusion-width
|
||||
Set a different extrusion width for support material
|
||||
--bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $Slic3r::bridge_flow_ratio)
|
||||
|
||||
Multiple extruder options:
|
||||
--perimeters-extruder
|
||||
Extruder to use for perimeters (1+, default: 1)
|
||||
--infill-extruder Extruder to use for infill (1+, default: 1)
|
||||
--support-material-extruder
|
||||
Extruder to use for support material (1+, default: 1)
|
||||
|
||||
EOF
|
||||
exit ($exit_code || 0);
|
||||
|
||||
Reference in New Issue
Block a user