Skip to content
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

fix(shared-data): extents update from hardware #16895

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@
"plungerPositionsConfigurations": {
"default": {
"top": 0.5,
"bottom": 68.5,
"blowout": 73.5,
"bottom": 67.5,
"blowout": 72.5,
"drop": 80
}
},
Expand All @@ -649,7 +649,7 @@
"channels": 96,
"shaftDiameter": 2,
"shaftULperMM": 3.14159,
"backlashDistance": 3.0,
"backlashDistance": 0.3,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this feels like a big change, is this accurate?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that's the fundamental thing the hardware is improving

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea this was an accidental inclusion from a different pipette project, this is correct

"quirks": [],
"plungerHomingConfigurations": {
"current": 0.8,
Expand Down
Loading