Skip to content

Commit

Permalink
adds v1.4 to pipette barcoding scanning tool
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Nov 16, 2018
1 parent fd5a6f9 commit b4f9a70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions api/src/opentrons/tools/write_pipette_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
'P3HSV13': 'p300_single_v1.3',
'P3HMV13': 'p300_multi_v1.3',
'P1KSV13': 'p1000_single_v1.3'
},
'v1.4': {
'P10SV14': 'p10_single_v1.4',
'P10MV14': 'p10_multi_v1.4',
'P50SV14': 'p50_single_v1.4',
'P50MV14': 'p50_multi_v1.4',
'P3HSV14': 'p300_single_v1.4',
'P3HMV14': 'p300_multi_v1.4',
'P1KSV14': 'p1000_single_v1.4'
}
}

Expand Down
9 changes: 8 additions & 1 deletion api/tests/opentrons/tools/test_qc_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
'P50MV1318010104': 'p50_multi_v1.3',
'P3HSV1318010105': 'p300_single_v1.3',
'P3HMV1318010106': 'p300_multi_v1.3',
'P1KSV1318010107': 'p1000_single_v1.3'
'P1KSV1318010107': 'p1000_single_v1.3',
'P10SV1418010101': 'p10_single_v1.4',
'P10MV1418010102': 'p10_multi_v1.4',
'P50SV1418010103': 'p50_single_v1.4',
'P50MV1418010104': 'p50_multi_v1.4',
'P3HSV1418010105': 'p300_single_v1.4',
'P3HMV1418010106': 'p300_multi_v1.4',
'P1KSV1418010107': 'p1000_single_v1.4'
}


Expand Down

0 comments on commit b4f9a70

Please sign in to comment.