From 7ae24bd46d65b8677a3a2c856e4d74b505eb5bfd Mon Sep 17 00:00:00 2001 From: mattmcw Date: Fri, 7 Feb 2025 16:24:45 -0500 Subject: [PATCH] Fix typo in bolex base plate rendering metadata. --- meta.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta.json b/meta.json index edcb92b..ead19c6 100644 --- a/meta.json +++ b/meta.json @@ -9,9 +9,9 @@ "name" : "bolex_base_plate", "material" : "black_plastic", "rotation" : { - "x" : -150, - "y" : 150, - "z" : 0 + "x" : 0, + "y" : 0, + "z" : 180 } } ], @@ -21,7 +21,6 @@ "scad.sh", "scad/bolex_base_plate.scad", "scad/common/common.scad", - "scad/common/c14n_stl.py", - "scad/common/scad.sh" + "scad/common/c14n_stl.py" ] }