ENH:delete U0 firmware functions

Change-Id: I6a65f41224e346023989bd1f097d4bf1b069f907
This commit is contained in:
tao wang 2023-08-22 14:48:23 +08:00 committed by Lane.Wei
parent 4a143ed8b1
commit eaca2bd0ed
4 changed files with 0 additions and 17 deletions

View file

@ -3782,11 +3782,6 @@ void StatusPanel::set_print_finish_status(bool is_finish) {
void StatusPanel::set_hold_count(int& count)
{
if (obj) {
if (obj->is_U0_firmware()) {
count = COMMAND_TIMEOUT_U0;
}
}
count = COMMAND_TIMEOUT;
}