mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 02: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 {
|
eval {
|
||||||
$self->{print}->arrange_objects;
|
$self->{print}->arrange_objects;
|
||||||
};
|
};
|
||||||
Slic3r::GUI::warning_catcher($self)->($@) if $@;
|
# ignore arrange warnings on purpose
|
||||||
|
|
||||||
$self->recenter;
|
$self->recenter;
|
||||||
$self->{canvas}->Refresh;
|
$self->{canvas}->Refresh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user