do frozen smoothies

This commit is contained in:
wanlop run 2025-05-07 15:58:47 +07:00
parent e5de91875e
commit 43c8eb7dd2
16 changed files with 1235 additions and 122 deletions

View file

@ -16,7 +16,7 @@
Var MachineEvent = 0
Var MatchineSpiralStage = "-"
Var NextButtonState = "Invisible"
;- Begin
@ -139,6 +139,10 @@
CRLFToSpace showname
CRLFToSpace showdesc
Var Seeker.PictureDrink = PictureDrink
Var Seeker.showname = showname
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -177,10 +181,10 @@
EndIf
EndIf
If MachineEvent = 1 Then
If MatchineSpiralStage = "-" Then
Else
If MatchineSpiralStage = "spiral-valid" Then
Function 2
@ -704,6 +708,7 @@
DEBUGVAR Seeker
DEBUGVAR Seeker.ExtendData
Machine StrawOrder
Var Seeker.PictureDrink = PictureDrink
Var Seeker.showname = showname
@ -1080,7 +1085,7 @@
Var Timeout = 0
Var NextButtonState = "Enable"
RefreshAll
</Function2>