Fix Json error

This commit is contained in:
Jinbuhm Kim 2019-01-22 11:56:18 +09:00
parent 546aa5fb82
commit db17116b37
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"machine_extruder_trains": "machine_extruder_trains":
{ {
"0": "creatable_d3_extruder" "0": "creatable_d3_extruder"
}, }
}, },
"overrides": { "overrides": {

View File

@ -4,7 +4,7 @@
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",
"metadata": { "metadata": {
"machine": "Creatable D3", "machine": "Creatable_D3",
"position": "0" "position": "0"
}, },