Translate Model class' storage to C++.
Some code copied from xs-model branch.
Also:
* Generate ::Ref classes programatically.
* Add separate __REGISTER_CLASS macro
(for use where forward declaration won't work, i.e. typedefs)
This commit is contained in:
@@ -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_object);
|
||||
$print->add_model_object($model, $model_object);
|
||||
}
|
||||
}
|
||||
$print->validate;
|
||||
|
||||
Reference in New Issue
Block a user