110_cartridge/meta.json

75 lines
1007 B
JSON
Raw Normal View History

2025-02-12 17:36:14 +00:00
{
"camera" : {
"x" : 0,
"y" : 0,
2025-02-12 17:42:57 +00:00
"z" : 0
2025-02-12 17:36:14 +00:00
},
"objects": [
{
"name": "110_cartridge_case",
"material": "black_plastic",
"position": {
"x": 0,
"y": 0,
"z": -40
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"name": "110_cartridge_body",
"material": "black_plastic",
"position": {
"x": 0,
"y": 0,
"z": 0
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"name": "110_cartridge_takeup",
"material": "black_plastic",
"position": {
"x": -21,
"y": 0,
"z": 35
},
"rotation": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"name": "110_cartridge_takeup",
"material": "black_plastic",
"position": {
"x": 0,
"y": 0,
"z": 45
},
"rotation": {
"x": 180,
"y": 0,
"z": 180
}
}
],
"src" : [
"README.md",
"LICENSE",
"scad.sh",
"scad/110_cartridge.scad",
"scad/common/common.scad",
"scad/common/c14n_stl.py",
"scad/common/scad.sh"
]
}