Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Dec 20, 2024
1 parent 65fba51 commit 392fc74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
z_retract_discontinuity=_default_retract_discontinuity,
z_retract_height=_default_retract_mm,
blow_out_submerged=7,
blow_out_flow_rate = 5,
blow_out_flow_rate=5,
),
5: DispenseSettings( # 10uL
z_submerge_depth=_p200_default_submerge_dispense_mm,
Expand All @@ -478,7 +478,7 @@
z_retract_discontinuity=_default_retract_discontinuity,
z_retract_height=_default_retract_mm,
blow_out_submerged=7,
blow_out_flow_rate = 5,
blow_out_flow_rate=5,
),
20: DispenseSettings( # 50uL
z_submerge_depth=_p200_default_submerge_dispense_mm,
Expand All @@ -488,7 +488,7 @@
z_retract_discontinuity=_default_retract_discontinuity,
z_retract_height=_default_retract_mm,
blow_out_submerged=7,
blow_out_flow_rate = 5,
blow_out_flow_rate=5,
),
},
50: { # T50
Expand Down

0 comments on commit 392fc74

Please sign in to comment.