Skip to content

Commit

Permalink
fix(shared-data): extents update from hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Nov 19, 2024
1 parent 44a80fb commit c8d56f0
Showing 1 changed file with 3 additions and 3 deletions.
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,
"quirks": [],
"plungerHomingConfigurations": {
"current": 0.8,
Expand Down

0 comments on commit c8d56f0

Please sign in to comment.