animation_pegbar/meta.json

23 lines
306 B
JSON
Raw Normal View History

2025-02-08 04:20:28 +00:00
{
2025-02-08 04:36:06 +00:00
"camera" : {
2025-02-08 14:00:29 +00:00
"x" : -290,
"y" : 290,
"z" : 20
2025-02-08 04:36:06 +00:00
},
2025-02-08 04:20:28 +00:00
"objects" : [
{
"name" : "pegbar_acme",
2025-02-08 04:25:16 +00:00
"material" : "white_plastic"
2025-02-08 04:20:28 +00:00
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/pegbar.scad",
2025-02-08 04:20:28 +00:00
"scad/common/common.scad",
"scad/common/c14n_stl.py",
"scad/common/scad.sh"
]
}