Add meta json to render in site

This commit is contained in:
Matt McWilliams 2025-02-02 20:31:38 -05:00
parent 7e5bc05efe
commit 8c6ed7f78d
1 changed files with 30 additions and 0 deletions

30
meta.json Normal file
View File

@ -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"
]
}