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 6670cc0 commit b73463bCopy full SHA for b73463b
step-generation/src/commandCreators/compound/replaceTip.ts
@@ -213,7 +213,7 @@ export const replaceTip: CommandCreator<ReplaceTipArgs> = (
213
const configureNozzleLayoutCommand: CurriedCommandCreator[] =
214
// only emit the command if previous nozzle state and tiprack state are different
215
// only check for the 96-channel since we do not support 8-channel partial tip yet
216
- channels === 96 &&
+ channels !== 1 &&
217
args.nozzles != null &&
218
(args.nozzles !== stateNozzles || nextTiprack.tiprackId !== stateTiprack)
219
? [
0 commit comments