Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion step-generation/src/commandCreators/compound/replaceTip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const replaceTip: CommandCreator<ReplaceTipArgs> = (
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)
? [
Expand Down
Loading