split_reel/meta.json

36 lines
509 B
JSON
Raw Normal View History

2025-02-03 01:31:38 +00:00
{
"objects" : [
{
"name" : "split_reel_16mm_120m_A",
"material" : "gray_plastic",
"position" : {
"x" : 0,
"y" : 0,
2025-02-03 01:35:29 +00:00
"z" : 20
},
"rotation" : {
"x" : 180,
"y" : 0,
"z" : 0
2025-02-03 01:31:38 +00:00
}
},
{
"name" : "split_reel_16mm_120m_B",
"material" : "gray_plastic",
"position" : {
"x" : 0,
"y" : 0,
"z" : -20
}
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/split_reel.scad",
"scad/common/threads.scad",
"scad/common/c14n_stl.py"
]
}