Fix typo in bolex base plate rendering metadata.

This commit is contained in:
Matt McWilliams 2025-02-07 16:24:45 -05:00
parent b7ae081c77
commit 7ae24bd46d
1 changed files with 4 additions and 5 deletions

View File

@ -9,9 +9,9 @@
"name" : "bolex_base_plate", "name" : "bolex_base_plate",
"material" : "black_plastic", "material" : "black_plastic",
"rotation" : { "rotation" : {
"x" : -150, "x" : 0,
"y" : 150, "y" : 0,
"z" : 0 "z" : 180
} }
} }
], ],
@ -21,7 +21,6 @@
"scad.sh", "scad.sh",
"scad/bolex_base_plate.scad", "scad/bolex_base_plate.scad",
"scad/common/common.scad", "scad/common/common.scad",
"scad/common/c14n_stl.py", "scad/common/c14n_stl.py"
"scad/common/scad.sh"
] ]
} }