mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: add translation macro to "No layers"
Jira: STUDIO-1876 Change-Id: I7a6fdf64b27d2eb40346a0025fd9afe5944dd7b7 (cherry picked from commit 71f580b34434d1a6582a20429c38ea3f6d1875fd)
This commit is contained in:
parent
4b8f197e1d
commit
5cbea66058
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ void PrintObject::slice()
|
|||
}
|
||||
});
|
||||
if (m_layers.empty())
|
||||
throw Slic3r::SlicingError("No layers were detected. You might want to repair your STL file(s) or check their size or thickness and retry.\n");
|
||||
throw Slic3r::SlicingError(L("No layers were detected. You might want to repair your STL file(s) or check their size or thickness and retry.\n"));
|
||||
|
||||
// BBS
|
||||
this->set_done(posSlice);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue