Fix json, use correct format.
This commit is contained in:
parent
276451a630
commit
2112f6a61e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue