From 0fd5e1db5545e7d1cb1de92ebdd4e17a74e91e81 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sat, 22 Mar 2025 16:02:48 -0400 Subject: [PATCH] Update position of reels --- meta.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/meta.json b/meta.json index 21fbb87..f578a6e 100644 --- a/meta.json +++ b/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" ] }