mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX: support timelapse without SD card
jira: [STUDIO-9197] Change-Id: Icef881b037719d94c9faa403e40d4cd25b6d1856 (cherry picked from commit 883cc7881b9914632d39e0dba489fa2d55a48f36)
This commit is contained in:
@@ -982,6 +982,7 @@ public:
|
||||
bool is_support_agora{false};
|
||||
bool is_support_upgrade_kit{false};
|
||||
bool is_support_filament_setting_inprinting{false};
|
||||
bool is_support_internal_timelapse { false };// fun[28], support timelapse without SD card
|
||||
bool is_support_command_homing { false };// fun[32]
|
||||
|
||||
bool installed_upgrade_kit{false};
|
||||
@@ -1047,6 +1048,9 @@ public:
|
||||
void parse_version_func();
|
||||
bool is_studio_cmd(int seq);
|
||||
|
||||
/* quick check*/
|
||||
bool canEnableTimelapse() const;
|
||||
|
||||
/* command commands */
|
||||
int command_get_version(bool with_retry = true);
|
||||
int command_request_push_all(bool request_now = false);
|
||||
|
||||
Reference in New Issue
Block a user