-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): update LPC labware and pipette render for labware and pipet…
…te combos Labware render highlighted wells and pipette render box and emanating nozzles position and number should reflect the number of pipette channels, the labware layout, and whether probe (Flex) or tip (OT-2) LPC is being utilized.
- Loading branch information
Showing
3 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
// These constants are used only in pipette render in LPC. The values do not necessarily reflect physical pipette dimensions. | ||
export const SINGLE_CHANNEL_PIPETTE_WIDTH = 18.7 | ||
export const SINGLE_CHANNEL_PIPETTE_HEIGHT = 30.5 | ||
|
||
export const MULTI_CHANNEL_PIPETTE_WIDTH = 18.7 | ||
export const MULTI_CHANNEL_PIPETTE_HEIGHT = 90.3 | ||
export const NINETY_SIX_CHANNEL_PIPETTE_WIDTH = 117.7 | ||
|
||
export const MULTI_CHANNEL_CENTER_Y_NOZZLE = 13.3 | ||
export const MULTI_CHANNEL_Y_OFFSET = -2.5 |