mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Use 0,0 for default instance
This commit is contained in:
@@ -405,7 +405,7 @@ sub load_model_object {
|
||||
|
||||
# add a default instance and center object around origin
|
||||
$o->center_around_origin;
|
||||
$o->add_instance(offset => [30,30]);
|
||||
$o->add_instance(offset => [0,0]);
|
||||
}
|
||||
|
||||
$self->object_loaded($#{ $self->{objects} }, no_arrange => !$need_arrange);
|
||||
|
||||
Reference in New Issue
Block a user