mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 12:21:50 +03:00
update slic3r
This commit is contained in:
12
src/slic3r/Utils/CpuMemory.hpp
Normal file
12
src/slic3r/Utils/CpuMemory.hpp
Normal 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
|
||||
Reference in New Issue
Block a user