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", "name" : "split_reel_16mm_120m_A",
"material" : "neonblue_plastic", "material" : "neonblue_plastic",
"position" : { "position" : {
"x" : 20, "x" : 0,
"y" : 15, "y" : 20,
"z" : 0 "z" : 0
}, },
"rotation" : { "rotation" : {
"x" : 90, "x" : 90,
"y" : 0, "y" : 0,
"z" : -25 "z" : -22
} }
}, },
{ {
"name" : "split_reel_16mm_120m_B", "name" : "split_reel_16mm_120m_B",
"material" : "neonblue_plastic", "material" : "neonblue_plastic",
"position" : { "position" : {
"x" : -15, "x" : 0,
"y" : -20, "y" : -20,
"z" : 0 "z" : 0
}, },
"rotation" : { "rotation" : {
"x" : -90, "x" : -90,
"y" : 0, "y" : 0,
"z" : -25 "z" : -22
} }
} }
], ],
@ -42,6 +42,7 @@
"scad/common/common.scad", "scad/common/common.scad",
"scad/common/threads.scad", "scad/common/threads.scad",
"scad/common/string.scad", "scad/common/string.scad",
"scad/common/c14n_stl.py" "scad/common/c14n_stl.py",
"scad/common/scad.sh"
] ]
} }