mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Don't display annoying warnings about parts not fitting in the printbed
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user