Fix json, use correct format.

This commit is contained in:
Matt McWilliams 2024-07-14 22:13:49 -04:00
parent 276451a630
commit 2112f6a61e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"parts" : [ "objects" : [
{ {
"name" : "bolex_rewind_key", "name" : "bolex_rewind_key",
"material" : "iron_metal" "material" : "iron_metal"
@ -8,7 +8,7 @@
"name" : "bolex_rewind_key_handle", "name" : "bolex_rewind_key_handle",
"material" : "gray_plastic2" "material" : "gray_plastic2"
} }
}, ],
"src" : [ "src" : [
"Makefile", "Makefile",
"scad/bolex_rewind_key.scad", "scad/bolex_rewind_key.scad",