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:
parent
4e90ae9a28
commit
4ab972b87a
7 changed files with 77 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue