We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453cd47 commit 399211aCopy full SHA for 399211a
api/src/opentrons/protocol_engine/state/module_substates/heater_shaker_module_substate.py
@@ -18,7 +18,8 @@
18
19
20
# TODO (spp, 2022-03-22): Move these values to heater-shaker module definition.
21
-HEATER_SHAKER_TEMPERATURE_RANGE = TemperatureRange(min=37, max=95)
+# Custom value for Neo
22
+HEATER_SHAKER_TEMPERATURE_RANGE = TemperatureRange(min=20, max=95)
23
HEATER_SHAKER_SPEED_RANGE = SpeedRange(min=200, max=3000)
24
25
shared-data/js/constants.ts
@@ -176,7 +176,7 @@ export const TEMP_MAX = 96
176
export const TEMP_BLOCK_MAX = 99
177
export const TEMP_LID_MIN = 37
178
export const TEMP_LID_MAX = 110
179
-export const HS_TEMP_MIN = 37
+export const HS_TEMP_MIN = 20
180
export const HS_TEMP_MAX = 95
181
export const MICRO_LITERS = 'µL'
182
0 commit comments