Use tight compression for SLA archives with svg

This commit is contained in:
tamasmeszaros 2022-04-19 13:53:50 +02:00
parent 91b79bb85c
commit 516f459edc
4 changed files with 36 additions and 8 deletions

View file

@ -14,6 +14,11 @@ protected:
public:
void export_print(const std::string fname,
const SLAPrint &print,
const ThumbnailsList &thumbnails,
const std::string &projectname = "") override;
using SL1Archive::SL1Archive;
};