update libslic3r

This commit is contained in:
QIDI TECH
2024-11-11 14:57:19 +08:00
parent a42b7a0880
commit 87d9e1e953
432 changed files with 13838 additions and 6269 deletions

View File

@@ -1,9 +1,13 @@
#ifndef ZIPPER_HPP
#define ZIPPER_HPP
#include <stddef.h>
#include <cstdint>
#include <string>
#include <memory>
#include <type_traits>
#include <utility>
#include <cstddef>
namespace Slic3r {
@@ -19,6 +23,7 @@ public:
private:
class Impl;
std::unique_ptr<Impl> m_impl;
std::string m_data;
std::string m_entry;