Skip to content

Commit

Permalink
Actually update the print when moving to center (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oekn5w authored and lordofhyphens committed Jul 2, 2018
1 parent 12aa06e commit 65bcaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/GUI/Plater.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 65bcaff

Please sign in to comment.