mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
This commit is contained in:
parent
c180a2de57
commit
74f2f45554
3 changed files with 104 additions and 57 deletions
|
@ -107,6 +107,7 @@ sub init_print {
|
|||
|
||||
$model_name = [$model_name] if ref($model_name) ne 'ARRAY';
|
||||
for my $model (map model($_, %params), @$model_name) {
|
||||
die "Unknown model in test" if !defined $model;
|
||||
$model->arrange_objects($config);
|
||||
$print->add_model($model);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue