mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Remove scale, rotate, duplicate, duplicate_grid from config (but leave them in CLI)
This commit is contained in:
parent
385e0e0974
commit
bfa2ee2770
4 changed files with 18 additions and 50 deletions
|
@ -7,7 +7,7 @@ use List::Util qw(first);
|
|||
|
||||
# cemetery of old config settings
|
||||
our @Ignore = qw(duplicate_x duplicate_y multiply_x multiply_y support_material_tool acceleration
|
||||
adjust_overhang_flow standby_temperature);
|
||||
adjust_overhang_flow standby_temperature scale rotate duplicate duplicate_grid);
|
||||
|
||||
our $Options = print_config_def();
|
||||
|
||||
|
@ -19,15 +19,6 @@ our $Options = print_config_def();
|
|||
}
|
||||
}
|
||||
|
||||
# sub _get {
|
||||
# my ($self, $opt_key) = @_;
|
||||
# use XXX;
|
||||
# if (!defined first { $_ eq $opt_key } @{$self->get_keys}) {
|
||||
# ZZZ $opt_key;
|
||||
# }
|
||||
# return $self->get($opt_key);
|
||||
# }
|
||||
|
||||
sub new_from_defaults {
|
||||
my $class = shift;
|
||||
my (@opt_keys) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue