bolex_rewind_key/meta.json

31 lines
462 B
JSON
Raw Permalink Normal View History

{
2024-07-15 02:13:49 +00:00
"objects" : [
2024-07-15 00:56:09 +00:00
{
"name" : "bolex_rewind_key",
"material" : "iron_metal"
},
{
"name" : "bolex_rewind_key_handle",
2024-10-13 14:35:07 +00:00
"material" : "black_plastic",
2024-08-25 15:15:49 +00:00
"position" : {
2024-10-13 14:35:07 +00:00
"x" : -3,
"y" : 13,
"z" : -9.5
},
"rotation" : {
"x" : 0,
2024-08-25 15:15:49 +00:00
"y" : 0,
2024-10-13 14:35:07 +00:00
"z" : -50
2024-08-25 15:15:49 +00:00
}
2024-07-15 00:56:09 +00:00
}
2024-07-15 02:13:49 +00:00
],
"src" : [
"README.md",
2024-10-17 00:16:43 +00:00
"LICENSE",
"Makefile",
"scad/bolex_rewind_key.scad",
"scad/common/knurledFinishLib_v2.scad",
"scad/commom/c14n_stl.py"
]
2024-10-17 00:16:43 +00:00
}