This commit is contained in:
kong 2023-05-12 15:49:12 +07:00
parent 44f9795ea8
commit 539ec9676a
32 changed files with 9896 additions and 105 deletions

View file

@ -685,6 +685,23 @@
Open "/ROOT/xml/offline.xml"
EndIf
; zone cup on arm
If CupOnArm = "true" Then
If CheckCupStateDoorCupClose = "" Then
Var buttonRemoveCup = "Enable"
EndIf
If CheckCupStateDoorCupClose = "done" Then
Var buttonRemoveCup = "Enable"
EndIf
Else
If buttonRemoveCup = "Enable" Then
Var buttonRemoveCup = "Invisible"
EndIf
EndIf
</EventOpen>
@ -1108,7 +1125,7 @@
Machine DoorLidOpen
Var CheckCupStateDoorCupClose = "reset"
;Var buttonRemoveCup = "Invisible"
Var buttonRemoveCup = "Invisible"
</EventClick>
</Button>