FIX:fixed too many times requests for get_subtask

JIRA:STUDIO-4283
Change-Id: Ic15c782b8304d5fefbc78cc76fb32fa5ccf9335b
This commit is contained in:
hu.wang
2023-08-30 15:35:06 +08:00
committed by Lane.Wei
parent f88983f989
commit 147b6beecb
2 changed files with 4 additions and 1 deletions

View File

@@ -451,6 +451,7 @@ protected:
bool bed_temp_input = false;
bool nozzle_temp_input = false;
bool cham_temp_input = false;
bool request_model_info_flag = false;
int speed_lvl = 1; // 0 - 3
int speed_lvl_timeout {0};
boost::posix_time::ptime speed_dismiss_time;