16mm_splicing_block/meta.json

22 lines
324 B
JSON
Raw Normal View History

2025-02-12 21:29:12 +00:00
{
"camera" : {
2025-02-12 22:42:57 +00:00
"x" : -80,
"y" : 80,
"z" : 40
2025-02-12 21:29:12 +00:00
},
"objects" : [
{
"name" : "16mm_splicing_block",
2025-02-12 22:46:39 +00:00
"material" : "white_plastic"
2025-02-12 21:29:12 +00:00
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/16mm_splicing_block.scad",
"scad/common/common.scad",
"scad/common/c14n_stl.py",
"scad/common/scad.sh"
]
}