mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Removed debugging line
This commit is contained in:
parent
98e40d3fe4
commit
ed1c6d1aaa
1 changed files with 0 additions and 1 deletions
|
@ -497,7 +497,6 @@ sub config {
|
||||||
my $value = $filament_config->get($opt_key);
|
my $value = $filament_config->get($opt_key);
|
||||||
next unless ref $value eq 'ARRAY';
|
next unless ref $value eq 'ARRAY';
|
||||||
$value->[$i] = $config->get($opt_key)->[0];
|
$value->[$i] = $config->get($opt_key)->[0];
|
||||||
# use XXX; YYY $value if $opt_key eq 'first_layer_temperature';
|
|
||||||
$filament_config->set($opt_key, $value);
|
$filament_config->set($opt_key, $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue