mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Incomplete work for refactoring regions and flows
This commit is contained in:
@@ -159,7 +159,10 @@ if (@ARGV) { # slicing from command line
|
||||
printf "=> %s\n", $message;
|
||||
},
|
||||
);
|
||||
$print->add_model_object($_) for @{$model->objects};
|
||||
foreach my $model_object (@{$model->objects}) {
|
||||
$print->auto_assign_extruders($model_object);
|
||||
$print->add_model_object($model_object);
|
||||
}
|
||||
undef $model; # free memory
|
||||
$print->validate;
|
||||
if ($opt{export_svg}) {
|
||||
|
||||
Reference in New Issue
Block a user