Don't display annoying warnings about parts not fitting in the printbed

degen-loop-screen
Alessandro Ranellucci 2012-05-19 20:48:26 +02:00
parent 190875d3df
commit a981ac5c8e
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ sub arrange {
eval {
$self->{print}->arrange_objects;
};
Slic3r::GUI::warning_catcher($self)->($@) if $@;
# ignore arrange warnings on purpose
$self->recenter;
$self->{canvas}->Refresh;