FIX:fixed too many times requests for get_subtask

JIRA: STUDIO-4283
Change-Id: Ic15c782b8304d5fefbc78cc76fb32fa5ccf9335b
(cherry picked from commit 957688167f22456c6212cb20f16f4028690869f4)
This commit is contained in:
hu.wang 2023-08-30 15:35:06 +08:00 committed by Lane.Wei
parent 2293b33e73
commit b4b5128659
2 changed files with 3 additions and 1 deletions

View file

@ -472,6 +472,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;