split_reel/meta.json

46 lines
642 B
JSON
Raw Normal View History

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