mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 17:08:58 +08:00
Initialize support material interface extruder explicitely. #1364
This commit is contained in:
parent
415a2d165a
commit
6ddeb2fa07
@ -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…
x
Reference in New Issue
Block a user