mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 04:59:01 +08:00
Fixed object sinking into print bed after parts import
This commit is contained in:
parent
6742735596
commit
168d38df2b
@ -378,6 +378,7 @@ sub on_btn_load {
|
||||
}
|
||||
}
|
||||
|
||||
$self->{model_object}->center_around_origin if $self->{parts_changed};
|
||||
$self->_parts_changed;
|
||||
}
|
||||
|
||||
@ -480,6 +481,7 @@ sub on_btn_delete {
|
||||
$self->{parts_changed} = 1;
|
||||
}
|
||||
|
||||
$self->{model_object}->center_around_origin if $self->{parts_changed};
|
||||
$self->_parts_changed;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user