1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Commented out test (breakpoint) line

This commit is contained in:
Petr Ledvina
2014-04-29 22:55:10 +02:00
parent a31b2e6ca2
commit 78a08e0665
+1 -1
View File
@@ -497,7 +497,7 @@ 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';
# use XXX; YYY $value if $opt_key eq 'first_layer_temperature';
$filament_config->set($opt_key, $value);
}
}