machine extruder trains now can't be an array anymore (CURA-494)

This commit is contained in:
Tim Kuipers 2016-04-14 13:18:40 +02:00
parent 50c2760af1
commit 401e020f9c

View File

@ -11,8 +11,8 @@
"inherits": "ultimaker.json", "inherits": "ultimaker.json",
"machine_extruder_trains": [ "machine_extruder_trains": {
{ "0": {
"machine_nozzle_heat_up_speed": { "machine_nozzle_heat_up_speed": {
"default": 2.0 "default": 2.0
}, },
@ -32,7 +32,7 @@
"default": 16 "default": 16
} }
} }
], },
"machine_settings": { "machine_settings": {
"machine_start_gcode" : { "default": "" }, "machine_start_gcode" : { "default": "" },
"machine_end_gcode" : { "default": "" }, "machine_end_gcode" : { "default": "" },