update libslic3r

This commit is contained in:
QIDI TECH
2025-09-17 09:42:58 +08:00
parent eec6d77112
commit 0c78224f1a
48 changed files with 1570 additions and 326 deletions

View File

@@ -188,6 +188,7 @@ struct EmbossShape
// When embossing shape is made by svg file this is source data
std::optional<SvgFile> svg_file;
std::vector<float> text_scales;
std::vector<float> text_cursors;
// undo / redo stack recovery
template<class Archive> void save(Archive &ar) const
{