Skip to content

Commit

Permalink
fix(shared-data): adapt 96 3.6 to new schema
Browse files Browse the repository at this point in the history
The schema changes in edge weren't in release and need to be manually merged.
  • Loading branch information
sfoster1 committed Apr 11, 2024
1 parent 8bb14f4 commit 49b0872
Showing 1 changed file with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,35 @@
"pressFit": {
"presses": 1,
"increment": 0.0,
"speed": 10.0,
"distance": 13.0,
"speedByTipCount": {
"1": 10.0,
"2": 10.0,
"3": 10.0,
"4": 10.0,
"5": 10.0,
"6": 10.0,
"7": 10.0,
"8": 10.0,
"12": 10.0,
"16": 10.0,
"24": 10.0,
"48": 10.0
},
"distanceByTipCount": {
"1": 13.0,
"2": 13.0,
"3": 13.0,
"4": 13.0,
"5": 13.0,
"6": 13.0,
"7": 13.0,
"8": 13.0,
"12": 13.0,
"16": 13.0,
"24": 13.0,
"48": 13.0
},

"currentByTipCount": {
"1": 0.2,
"2": 0.25,
Expand Down

0 comments on commit 49b0872

Please sign in to comment.