From 401e020f9c084ae2a0005680243aaec81a50ef2d Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 14 Apr 2016 13:18:40 +0200 Subject: [PATCH] machine extruder trains now can't be an array anymore (CURA-494) --- resources/machines/ultimaker2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/machines/ultimaker2.json b/resources/machines/ultimaker2.json index d25368ac4a..e19aec1336 100644 --- a/resources/machines/ultimaker2.json +++ b/resources/machines/ultimaker2.json @@ -11,8 +11,8 @@ "inherits": "ultimaker.json", - "machine_extruder_trains": [ - { + "machine_extruder_trains": { + "0": { "machine_nozzle_heat_up_speed": { "default": 2.0 }, @@ -32,7 +32,7 @@ "default": 16 } } - ], + }, "machine_settings": { "machine_start_gcode" : { "default": "" }, "machine_end_gcode" : { "default": "" },