-
Notifications
You must be signed in to change notification settings - Fork 122
Opentrons plate holder #775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add aluminum block holder
updated dimensions from opentrons data
|
why not load the definition from the OT library? this way we are not responsible for maintaining these definitions. (for OT plates, unfortunately they are not all correct and/or miss some information, but for their own labware I think we should trust them...) there is a |
Load module from opentrons repository
|
@nedru004 just confirming this definition works as well as the hardcoded one? |
/tmp doesnt exist on windows computers. Add C:/Windows/Temp
formatting
unfortunately the OT definitions don't have enough information for complete automation / or to work on different robotic systems
If it works, it works. the cornerOffsetFromSlot should be the location between the slot and the resource, but I guess it's repurposed for the plate location in this case. (they do that kind of stuff, so if that's how it's done then it's good)
Thanks!!
Yes, https://docs.pylabrobot.org/user_guide/00_liquid-handling/opentrons-ot2/hello-world.html |
I meant to say too high on the hamilton. I assume that it is fine for the opentrons. |
yes you got it set_minimum_channel_traversal_height and set_minimum_iswap_traversal_height |
|
apologies for the delay - thanks for adding this! |

I would like to add the opentrons deep well plate aluminum block. I found a bunch of opentrons blocks added but not this one. Plus it is confusing how it pulls the data from opentrons repository instead of hardcoding into pylabrobot. Is this ok to add to the opentrons module.py file instead of figuring out how it pulls data from a website?