mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
More fixes for bridges. #58
This commit is contained in:
parent
d056535bd8
commit
eb64cc4965
4 changed files with 21 additions and 8 deletions
|
@ -158,7 +158,7 @@ sub do_slice {
|
|||
{
|
||||
local $SIG{__WARN__} = sub {
|
||||
my $message = shift;
|
||||
Wx::MessageDialog->new($self, $message, 'Non-manifold object',
|
||||
Wx::MessageDialog->new($self, $message, 'Warning',
|
||||
wxOK | wxICON_WARNING)->ShowModal;
|
||||
};
|
||||
$skein->go;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue