Put standby_temperature into options cemetery. #1523
This commit is contained in:
parent
05c3c56745
commit
d4d8045905
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use List::Util qw(first);
|
||||||
|
|
||||||
# cemetery of old config settings
|
# cemetery of old config settings
|
||||||
our @Ignore = qw(duplicate_x duplicate_y multiply_x multiply_y support_material_tool acceleration
|
our @Ignore = qw(duplicate_x duplicate_y multiply_x multiply_y support_material_tool acceleration
|
||||||
adjust_overhang_flow);
|
adjust_overhang_flow standby_temperature);
|
||||||
|
|
||||||
my $serialize_comma = sub { join ',', @{$_[0]} };
|
my $serialize_comma = sub { join ',', @{$_[0]} };
|
||||||
my $serialize_comma_bool = sub { join ',', map $_ // 0, @{$_[0]} };
|
my $serialize_comma_bool = sub { join ',', map $_ // 0, @{$_[0]} };
|
||||||
|
|
Loading…
Reference in a new issue