From 8dab8e06efd3422c8854ae0081da452caec93f50 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 2 Feb 2025 22:56:32 -0500 Subject: [PATCH] Update render position in meta.json --- meta.json | 4 ++-- scad/bolex_rewind_key.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.json b/meta.json index 2e470b2..34e0a95 100644 --- a/meta.json +++ b/meta.json @@ -8,8 +8,8 @@ "name" : "bolex_rewind_key_handle", "material" : "black_plastic", "position" : { - "x" : -3, - "y" : 13, + "x" : 0, + "y" : 10, "z" : -9.5 }, "rotation" : { diff --git a/scad/bolex_rewind_key.scad b/scad/bolex_rewind_key.scad index c838c84..38bb6d9 100644 --- a/scad/bolex_rewind_key.scad +++ b/scad/bolex_rewind_key.scad @@ -124,7 +124,7 @@ module bolex_rewind_knurled_handle_SPLIT (piece = 0) { } } -PART = "bolex_rewind_key_handle"; +PART = "bolex_rewind_key"; if (PART == "bolex_rewind_key") { bolex_rewind_key();