mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 02:02:42 -07:00
Removed debugging line
This commit is contained in:
@@ -497,7 +497,6 @@ sub config {
|
||||
my $value = $filament_config->get($opt_key);
|
||||
next unless ref $value eq 'ARRAY';
|
||||
$value->[$i] = $config->get($opt_key)->[0];
|
||||
# use XXX; YYY $value if $opt_key eq 'first_layer_temperature';
|
||||
$filament_config->set($opt_key, $value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user