mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-07 01:57:38 +00:00
Check timelapse storage space before sending a print
This commit is contained in:
@@ -28,9 +28,16 @@ public:
|
||||
|
||||
static void ParseV1_0(const json &print_json, DevStorage *system);
|
||||
|
||||
bool is_timelapse_storage_low(const std::string& storage) const;
|
||||
|
||||
private:
|
||||
MachineObject *m_owner;
|
||||
SdcardState m_sdcard_state { NO_SDCARD };
|
||||
// timelapse storage space info (from device push cam data)
|
||||
int tl_internal_free_kb { -1 };
|
||||
int tl_internal_total_kb { -1 };
|
||||
int tl_external_free_kb { -1 };
|
||||
int tl_external_total_kb { -1 };
|
||||
};
|
||||
|
||||
} // namespace Slic3r
|
||||
Reference in New Issue
Block a user