-
Notifications
You must be signed in to change notification settings - Fork 94
DN simplify tecan coordinate system #581
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,15 +146,15 @@ def DiTi_3Pos(name: str) -> TecanTipCarrier: | |
name=name, | ||
size_x=149.0, | ||
size_y=374.0, | ||
size_z=4.5, | ||
off_x=12.0, | ||
off_y=24.7, | ||
size_z=123.2, | ||
off_x=12, | ||
off_y=60, | ||
sites=create_homogeneous_resources( | ||
klass=ResourceHolder, | ||
locations=[ | ||
Coordinate(13.3, 70.0, 4.5), | ||
Coordinate(13.3, 170.0, 4.5), | ||
Coordinate(13.3, 270.0, 4.5), | ||
Coordinate(13.3, 13.4, 4.5), | ||
Coordinate(13.3, 113.4, 4.5), | ||
Coordinate(13.3, 213.4, 4.5), | ||
], | ||
Comment on lines
-149
to
158
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. did you measure these? was it wrong before? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I measured these. The y coordinate changed because I am using off_y based on the front of the machine. and the z was not correct. These are hanging tips |
||
resource_size_x=127.0, | ||
resource_size_y=88.5, | ||
|
Uh oh!
There was an error while loading. Please reload this page.