mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
When background processing fails because of an error, display it in an explicit dialog
This commit is contained in:
parent
a25757a66d
commit
198dc7d3bd
2 changed files with 8 additions and 2 deletions
|
@ -319,7 +319,7 @@ sub slice {
|
|||
$self->_simplify_slices(scale($self->print->config->resolution));
|
||||
}
|
||||
|
||||
die "No layers were detected. You might want to repair your STL file(s) or check their size and retry.\n"
|
||||
die "No layers were detected. You might want to repair your STL file(s) or check their size or thickness and retry.\n"
|
||||
if !@{$self->layers};
|
||||
|
||||
$self->set_typed_slices(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue