1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Only expand shortcut options in StaticConfig objects. This way we can keep a default extruder value in the parts panel

This commit is contained in:
Alessandro Ranellucci
2014-03-22 20:12:54 +01:00
parent 61db9530d9
commit 21e6de0e59
7 changed files with 116 additions and 26 deletions
+1
View File
@@ -408,6 +408,7 @@ sub load_model_objects {
$o->add_instance(offset => [ @{$self->{config}->print_center} ]);
}
$self->{print}->auto_assign_extruders($o);
$self->{print}->add_model_object($o);
}