From 10096c495b83206e4f422e6741413953166a275a Mon Sep 17 00:00:00 2001 From: ncdiehl11 Date: Wed, 26 Nov 2025 14:34:17 -0500 Subject: [PATCH] fix(step-generation): ensure nozzles are configured for 8-channel partial tip Fix the logical check for currying `configureNozzleLayout` in `replaceTip`, extending to 8-channel pipettes. Closes RQA-4918 --- step-generation/src/commandCreators/compound/replaceTip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-generation/src/commandCreators/compound/replaceTip.ts b/step-generation/src/commandCreators/compound/replaceTip.ts index 88b11f02dcc..1d9b841b11e 100644 --- a/step-generation/src/commandCreators/compound/replaceTip.ts +++ b/step-generation/src/commandCreators/compound/replaceTip.ts @@ -213,7 +213,7 @@ export const replaceTip: CommandCreator = ( const configureNozzleLayoutCommand: CurriedCommandCreator[] = // only emit the command if previous nozzle state and tiprack state are different // only check for the 96-channel since we do not support 8-channel partial tip yet - channels === 96 && + channels !== 1 && args.nozzles != null && (args.nozzles !== stateNozzles || nextTiprack.tiprackId !== stateTiprack) ? [