mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 03:09:06 +08:00
Put standby_temperature into options cemetery. #1523
This commit is contained in:
parent
05c3c56745
commit
d4d8045905
@ -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…
x
Reference in New Issue
Block a user