mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
Initial work for new model handling
This commit is contained in:
parent
57fd6ad563
commit
7871673bf6
3 changed files with 89 additions and 66 deletions
|
|
@ -129,7 +129,7 @@ if (@ARGV) { # slicing from command line
|
|||
}
|
||||
|
||||
my $print = Slic3r::Print->new(config => $config);
|
||||
$print->add_model($model);
|
||||
$print->add_model_object($_) for @{$model->objects};
|
||||
$print->validate;
|
||||
my %params = (
|
||||
output_file => $opt{output},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue