mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-25 10:15:50 +00:00
Don't transfer ownership of Model to Print::Object
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ sub init_print {
|
||||
$model->center_instances_around_point($print->config->print_center);
|
||||
foreach my $model_object (@{$model->objects}) {
|
||||
$print->auto_assign_extruders($model_object);
|
||||
$print->add_model_object($model, $model_object);
|
||||
$print->add_model_object($model_object);
|
||||
}
|
||||
}
|
||||
$print->validate;
|
||||
|
||||
Reference in New Issue
Block a user