We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530c2c5 commit 1a235b3Copy full SHA for 1a235b3
protocol-designer/src/steplist/formLevel/handleFormChange/utils.ts
@@ -513,9 +513,13 @@ const getNoLiquidClassValuesMoveLiquid = (
513
: {}
514
return {
515
aspirate_submerge_speed: zSpeedOT2,
516
+ aspirate_submerge_mmFromBottom: SAFE_MOVE_TO_WELL_OFFSET_FROM_TOP_MM,
517
aspirate_retract_speed: zSpeedOT2,
518
+ aspirate_retract_mmFromBottom: SAFE_MOVE_TO_WELL_OFFSET_FROM_TOP_MM,
519
dispense_submerge_speed: zSpeedOT2,
520
+ dispense_submerge_mmFromBottom: SAFE_MOVE_TO_WELL_OFFSET_FROM_TOP_MM,
521
dispense_retract_speed: zSpeedOT2,
522
+ dispense_retract_mmFromBottom: SAFE_MOVE_TO_WELL_OFFSET_FROM_TOP_MM,
523
...dipsosalFields,
524
}
525
0 commit comments