Skip to content

Commit

Permalink
Adds two new rocker specs to common clearance
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Gentry <peapod2007@gmail.com>
  • Loading branch information
SomethingNew71 committed Nov 8, 2023
1 parent eca72e6 commit a7d7e57
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 47 deletions.
12 changes: 12 additions & 0 deletions data/commonClearances.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
"thou": "0.002 - 0.003",
"mm": "0.05 - 0.07",
"notes": "This spec can be enlarged for performance engines to .005\" - .007\""
},
{
"name": "Rocker/Valve Clearance - Stock",
"thou": "0.012",
"mm": "0.3",
"notes": "This is for original rocker assemblies used on the mini. Across all years and models."
},
{
"name": "Rocker/Valve Clearance - Rollers",
"thou": "0.014 - 0.015",
"mm": "0.36 - 0.38",
"notes": "If you have swapped to roller rockers with more lift or standard lift, this is the appropriate spec to use as they need a bit more gap."
}
]
},
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"format": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.438.0",
"@aws-sdk/lib-dynamodb": "^3.438.0",
"@aws-sdk/client-dynamodb": "^3.441.0",
"@aws-sdk/lib-dynamodb": "^3.441.0",
"@creativebulma/bulma-divider": "^1.1.0",
"@octokit/request": "^8.1.4",
"@oruga-ui/oruga-next": "^0.7.0",
"@oruga-ui/theme-bulma": "^0.2.11",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"@types/youtube": "^0.0.49",
"axios": "^1.6.0",
"core-js": "^3.33.2",
Expand Down

0 comments on commit a7d7e57

Please sign in to comment.