add volume modifier
This commit is contained in:
parent
7df893177c
commit
34026a15e8
6 changed files with 122 additions and 66 deletions
src/libslic3r
|
@ -399,7 +399,7 @@ std::optional<Emboss::Font> Emboss::load_font(std::vector<unsigned char> data)
|
|||
--index; // last one is bad
|
||||
// at least one font must be inside collection
|
||||
if (index < 1) {
|
||||
std::cerr << "There is no font collection inside file.";
|
||||
std::cerr << "There is no font collection inside data.";
|
||||
return {};
|
||||
}
|
||||
// select default font on index 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue