Actually update the print when moving to center (#4465)

This commit is contained in:
Michael 2018-07-02 14:00:15 +02:00 committed by Joseph Lenox
parent 12aa06e09c
commit 65bcaff615

View File

@ -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 {