Standardize a README.md spelling. Move meta info from README header into dedicated meta.json

This commit is contained in:
Matt McWilliams 2024-06-04 00:12:45 -04:00
parent 72b1607d4f
commit 07c41abd4d
2 changed files with 11 additions and 6 deletions

View File

@ -1,9 +1,3 @@
<!---
MATERIAL_bolex_rewind_key="iron_metal"
MATERIAL_bolex_rewind_key_handle="gray_plastic2"
SRC=(bolex_rewind_key.scad common/knurledFinishLib_v2.scad)
-->
# Bolex Rewind Key
![Bolex Rewind Key](./img/bolex_rewind_key.jpg)

11
meta.json Normal file
View File

@ -0,0 +1,11 @@
{
"material" : {
"bolex_rewind_key" : "iron_metal",
"bolex_rewind_key_handle" : "gray_plastic2"
},
"src" : [
"Makefile",
"scad/bolex_rewind_key.scad",
"scad/common/knurledFinishLib_v2.scad"
]
}