mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 05:32:00 +08:00
Actually update the print when moving to center (#4465)
This commit is contained in:
parent
12aa06e09c
commit
65bcaff615
@ -1521,7 +1521,7 @@ sub center_selected_object_on_bed {
|
||||
$self->bed_centerf->y - $bb->y_min - $size->y/2, #//
|
||||
);
|
||||
$_->offset->translate(@$vector) for @{$model_object->instances};
|
||||
$self->refresh_canvases;
|
||||
$self->on_model_change;
|
||||
}
|
||||
|
||||
sub rotate_face {
|
||||
|
Loading…
x
Reference in New Issue
Block a user