FIX: support timelapse without SD card

jira: [STUDIO-9197]

Change-Id: Icef881b037719d94c9faa403e40d4cd25b6d1856
(cherry picked from commit 883cc7881b9914632d39e0dba489fa2d55a48f36)
This commit is contained in:
xin.zhang
2024-12-27 14:51:40 +08:00
committed by Noisyfox
parent baf998c122
commit 80b20c15c5
3 changed files with 28 additions and 1 deletions

View File

@@ -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);