Update position of reels

This commit is contained in:
Matt McWilliams 2025-03-22 16:02:48 -04:00
parent b52ca536a1
commit 0fd5e1db55
1 changed files with 7 additions and 6 deletions

View File

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