mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 20:06:07 +08: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
@ -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…
x
Reference in New Issue
Block a user