mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
ENH: add translation macro to "No layers"
Jira: STUDIO-1876 Change-Id: I7a6fdf64b27d2eb40346a0025fd9afe5944dd7b7 (cherry picked from commit 71f580b34434d1a6582a20429c38ea3f6d1875fd)
This commit is contained in:
@@ -598,7 +598,7 @@ void PrintObject::slice()
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (m_layers.empty())
|
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
|
// BBS
|
||||||
this->set_done(posSlice);
|
this->set_done(posSlice);
|
||||||
|
|||||||
Reference in New Issue
Block a user