add volume modifier

This commit is contained in:
Filip Sykala 2021-09-14 09:51:47 +02:00
parent 7df893177c
commit 34026a15e8
6 changed files with 122 additions and 66 deletions
src/libslic3r

View file

@ -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