mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Commented out test (breakpoint) line
This commit is contained in:
@@ -497,7 +497,7 @@ 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';
|
# use XXX; YYY $value if $opt_key eq 'first_layer_temperature';
|
||||||
$filament_config->set($opt_key, $value);
|
$filament_config->set($opt_key, $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user