update slic3r

This commit is contained in:
QIDI TECH
2025-07-10 09:14:38 +08:00
parent e0d447172c
commit f60592f1a0
153 changed files with 6440 additions and 4276 deletions

View File

@@ -0,0 +1,12 @@
#ifndef slic3r_CpuMemory_hpp_
#define slic3r_CpuMemory_hpp_
namespace Slic3r {
#define LOD_FREE_MEMORY_SIZE 5
class CpuMemory
{
public:
static bool cur_free_memory_less_than_specify_size_gb(int size);
};
} // namespace Slic3r
#endif