GBR: Update animation & page_show_error timeout

This commit is contained in:
Kenta420 2025-06-19 15:47:40 +07:00
parent c5e3126f78
commit 63764b1153
2 changed files with 8 additions and 3 deletions

View file

@ -173,7 +173,7 @@
If MachineStage = "remove-cup" Then
Var LEDSet = "false"
Open "ROOT/taobin_project/xml/page_remove_cup.xml"
;Open "ROOT/taobin_project/xml/page_remove_cup.xml"
EndIf
@ -211,8 +211,11 @@
Var TimeOut = TimeOut + 1
If TimeOut > 30 Then
Var TimeOut = 0
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_remove_cup.xml"
Else
Open "ROOT/taobin_project/inter/gbr/xml/page_show_error.lxml"
EndIf
EndIf
Refresh