Fixed regression preventing autoplating
This commit is contained in:
parent
23309e1be0
commit
a6801d633a
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ if (@ARGV) {
|
|||
$print->add_object_from_file($_) for splice @ARGV, 0;
|
||||
}
|
||||
$print->duplicate;
|
||||
$print->arrange_objects if @{$print->objects} > 1;
|
||||
my %params = (
|
||||
output_file => $opt{output},
|
||||
status_cb => sub {
|
||||
|
|
Loading…
Reference in a new issue