Fixed regression preventing autoplating

This commit is contained in:
Alessandro Ranellucci 2012-04-30 23:28:32 +02:00
parent 23309e1be0
commit a6801d633a

View file

@ -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 {