mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:45:58 +08:00
Don't display annoying warnings about parts not fitting in the printbed
This commit is contained in:
parent
190875d3df
commit
a981ac5c8e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user