mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
When the support extruders are set to 0, support is printed with the current material without a tool change.
A fix of support path generator.
This commit is contained in:
@@ -540,9 +540,11 @@ $j
|
||||
--infill-extruder Extruder to use for infill (1+, default: $config->{infill_extruder})
|
||||
--solid-infill-extruder Extruder to use for solid infill (1+, default: $config->{solid_infill_extruder})
|
||||
--support-material-extruder
|
||||
Extruder to use for support material, raft and skirt (1+, default: $config->{support_material_extruder})
|
||||
Extruder to use for support material, raft and skirt
|
||||
(1+, 0 to use the current extruder to minimize tool changes, default: $config->{support_material_extruder})
|
||||
--support-material-interface-extruder
|
||||
Extruder to use for support material interface (1+, default: $config->{support_material_interface_extruder})
|
||||
Extruder to use for support material interface
|
||||
(1+, 0 to use the current extruder to minimize tool changes, default: $config->{support_material_interface_extruder})
|
||||
--ooze-prevention Drop temperature and park extruders outside a full skirt for automatic wiping
|
||||
(default: no)
|
||||
--standby-temperature-delta
|
||||
|
||||
Reference in New Issue
Block a user