From 65bcaff615b3ff57d279cabd58ec588a22d277ff Mon Sep 17 00:00:00 2001 From: Michael <38046255+Oekn5w@users.noreply.github.com> Date: Mon, 2 Jul 2018 14:00:15 +0200 Subject: [PATCH] Actually update the print when moving to center (#4465) --- lib/Slic3r/GUI/Plater.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index 36c359f19..335eff826 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -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 {