File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
api/src/opentrons/protocol_engine/state/module_substates Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
20
20
# TODO (spp, 2022-03-22): Move these values to heater-shaker module definition.
21
- HEATER_SHAKER_TEMPERATURE_RANGE = TemperatureRange (min = 37 , max = 95 )
21
+ # Custom value for Neo
22
+ HEATER_SHAKER_TEMPERATURE_RANGE = TemperatureRange (min = 20 , max = 95 )
22
23
HEATER_SHAKER_SPEED_RANGE = SpeedRange (min = 200 , max = 3000 )
23
24
24
25
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ export const TEMP_MAX = 96
176
176
export const TEMP_BLOCK_MAX = 99
177
177
export const TEMP_LID_MIN = 37
178
178
export const TEMP_LID_MAX = 110
179
- export const HS_TEMP_MIN = 37
179
+ export const HS_TEMP_MIN = 20
180
180
export const HS_TEMP_MAX = 95
181
181
export const MICRO_LITERS = 'µL'
182
182
You can’t perform that action at this time.
0 commit comments