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

This commit is contained in:
Alessandro Ranellucci 2012-05-19 20:48:26 +02:00
parent 190875d3df
commit a981ac5c8e

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;