Initialize support material interface extruder explicitely. #1364
This commit is contained in:
parent
415a2d165a
commit
6ddeb2fa07
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ sub init_extruders {
|
|||
# initialize all extruder(s) we need
|
||||
my @used_extruders = (
|
||||
0,
|
||||
(map $self->config->get("${_}_extruder")-1, qw(perimeter infill support_material)),
|
||||
(map $self->config->get("${_}_extruder")-1, qw(perimeter infill support_material support_material_interface)),
|
||||
(values %extruder_mapping),
|
||||
);
|
||||
for my $extruder_id (keys %{{ map {$_ => 1} @used_extruders }}) {
|
||||
|
|
Loading…
Reference in a new issue