Update position of reels
This commit is contained in:
parent
b52ca536a1
commit
0fd5e1db55
13
meta.json
13
meta.json
|
@ -9,28 +9,28 @@
|
|||
"name" : "split_reel_16mm_120m_A",
|
||||
"material" : "neonblue_plastic",
|
||||
"position" : {
|
||||
"x" : 20,
|
||||
"y" : 15,
|
||||
"x" : 0,
|
||||
"y" : 20,
|
||||
"z" : 0
|
||||
},
|
||||
"rotation" : {
|
||||
"x" : 90,
|
||||
"y" : 0,
|
||||
"z" : -25
|
||||
"z" : -22
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "split_reel_16mm_120m_B",
|
||||
"material" : "neonblue_plastic",
|
||||
"position" : {
|
||||
"x" : -15,
|
||||
"x" : 0,
|
||||
"y" : -20,
|
||||
"z" : 0
|
||||
},
|
||||
"rotation" : {
|
||||
"x" : -90,
|
||||
"y" : 0,
|
||||
"z" : -25
|
||||
"z" : -22
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -42,6 +42,7 @@
|
|||
"scad/common/common.scad",
|
||||
"scad/common/threads.scad",
|
||||
"scad/common/string.scad",
|
||||
"scad/common/c14n_stl.py"
|
||||
"scad/common/c14n_stl.py",
|
||||
"scad/common/scad.sh"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue