mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
ENH:delete U0 firmware functions
Change-Id: I6a65f41224e346023989bd1f097d4bf1b069f907
This commit is contained in:
parent
4a143ed8b1
commit
eaca2bd0ed
4 changed files with 0 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue