Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
Opentrons API v2.20
  • Loading branch information
pkMyt1 committed Oct 17, 2024
1 parent 5ab8fd2 commit 3cfd460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion TemplateErrorChecking.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ def pcr_sample_processing(self, used_wells, indexing_rxn=False):
indexing_tips = used_wells*2

if self.args.LeftPipette == "p20_single_gen2" and pcr_mix_required <= 20:

left_tips_used = used_wells+indexing_tips
elif self.args.LeftPipette == "p300_single_gen2" and pcr_mix_required > 20:
left_tips_used = used_wells+indexing_tips
Expand Down
1 change: 1 addition & 0 deletions UI_MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def setupUi(self, MainWindow):
self.label.setFont(font1)
self.label.setFrameShape(QFrame.Box)
self.label.setAlignment(Qt.AlignCenter)

self.closeGUI_btn = QPushButton(self.centralwidget)
self.closeGUI_btn.setObjectName(u"closeGUI_btn")
self.closeGUI_btn.setGeometry(QRect(310, 700, 351, 81))
Expand Down

0 comments on commit 3cfd460

Please sign in to comment.