28 lines
387 B
JSON
28 lines
387 B
JSON
{
|
|
"camera" : {
|
|
"x" : -110,
|
|
"y" : 110,
|
|
"z" : 0
|
|
},
|
|
"objects" : [
|
|
{
|
|
"name" : "bolex_base_plate",
|
|
"material" : "black_plastic",
|
|
"rotation" : {
|
|
"x" : -150,
|
|
"y" : 150,
|
|
"z" : 0
|
|
}
|
|
}
|
|
],
|
|
"src" : [
|
|
"README.md",
|
|
"LICENSE",
|
|
"scad.sh",
|
|
"scad/bolex_base_plate.scad",
|
|
"scad/common/common.scad",
|
|
"scad/common/c14n_stl.py",
|
|
"scad/common/scad.sh"
|
|
]
|
|
}
|