Skip to content

Commit

Permalink
increase open-air and sealed pressure thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Sep 12, 2023
1 parent b381ae7 commit 456628d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ class LabwareLocations:
}
}
PRESSURE_THRESH_OPEN_AIR = {
1: [-15, 15],
8: [-15, 15]
1: [-150, 150],
8: [-150, 150]
}
PRESSURE_THRESH_SEALED = {
1: [-50, 50],
8: [0, 200]
1: [-500, 500],
8: [-200, 400]
}
PRESSURE_THRESH_COMPRESS = {
1: [-2600, 1600],
Expand Down

0 comments on commit 456628d

Please sign in to comment.