Skip to content

Commit

Permalink
Update furnace scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsso committed Jul 31, 2021
1 parent d04d848 commit 0e85bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions myps/test-scripts/factory/furnace/starter.myps
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ loop:
targetCode = validatorControl.Setting
importantStartButton.On = (targetCode > 0)

if importantStartButton.Setting:
# going to assume that furnaceControl.Setting is -1 by here
if importantStartButton.Setting and furnaceControl.Setting == -1:
tT = (targetCode % 1000) * 10
pT = trunc(targetCode / 1000) * 100

Expand Down

0 comments on commit 0e85bf4

Please sign in to comment.