Add meta json to render in site
This commit is contained in:
parent
7e5bc05efe
commit
8c6ed7f78d
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"objects" : [
|
||||||
|
{
|
||||||
|
"name" : "split_reel_16mm_120m_A",
|
||||||
|
"material" : "gray_plastic",
|
||||||
|
"position" : {
|
||||||
|
"x" : 0,
|
||||||
|
"y" : 0,
|
||||||
|
"z" : -20
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "split_reel_16mm_120m_B",
|
||||||
|
"material" : "gray_plastic",
|
||||||
|
"position" : {
|
||||||
|
"x" : 0,
|
||||||
|
"y" : 0,
|
||||||
|
"z" : -20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"src" : [
|
||||||
|
"README.md",
|
||||||
|
"LICENSE",
|
||||||
|
"scad.sh",
|
||||||
|
"scad/split_reel.scad",
|
||||||
|
"scad/common/threads.scad",
|
||||||
|
"scad/common/c14n_stl.py"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue