add Seeker to CupChecking

This commit is contained in:
miggaze 2022-02-21 19:38:51 +07:00
parent 537ab5f62e
commit 302991d6ff
2 changed files with 24 additions and 15 deletions

View file

@ -79,16 +79,21 @@
Var ReadyForBrew = "false"
EndIf
If MachineStage = "remove-cup" Then
SAVELOG "MachineStage = remove-cup"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
If CupChecking = "true" Then
SAVELOG "CupChecking = true"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
If Seeker = "curr" Then
If MachineStage = "remove-cup" Then
SAVELOG "MachineStage = remove-cup"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
If CupChecking = "true" Then
SAVELOG "CupChecking = true"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
End
Var MachineStage = "-"

View file

@ -192,14 +192,18 @@
Var ReadyForBrew = "false"
EndIf
If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
If Seeker = "curr" Then
EndIf
If CupChecking = "true" Then
If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
If CupChecking = "true" Then
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
EndIf
Var MachineStage = "-"