75 lines
1006 B
JSON
75 lines
1006 B
JSON
{
|
|
"camera" : {
|
|
"x" : 0,
|
|
"y" : 0,
|
|
"z" : 0
|
|
},
|
|
"objects": [
|
|
{
|
|
"name": "110_cartridge_case",
|
|
"material": "black_plastic",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": -25
|
|
},
|
|
"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": 0,
|
|
"y": -21,
|
|
"z": 10
|
|
},
|
|
"rotation": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
},
|
|
{
|
|
"name": "110_cartridge_cover",
|
|
"material": "black_plastic",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 25
|
|
},
|
|
"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"
|
|
]
|
|
}
|