mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-29 16:50:18 -07:00
Incomplete work for refactoring regions and flows
This commit is contained in:
@@ -146,7 +146,10 @@ sub quick_slice {
|
||||
}
|
||||
$model->center_instances_around_point($config->print_center);
|
||||
|
||||
$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);
|
||||
}
|
||||
$print->validate;
|
||||
|
||||
# select output file
|
||||
|
||||
Reference in New Issue
Block a user