JSON: extruder trains were reversed (CURA-494)

This commit is contained in:
Tim Kuipers 2015-12-14 15:20:09 +01:00
parent 379ba357cf
commit cde6e4c655

View file

@ -9,12 +9,12 @@
"machine_extruder_trains": {
"1": {
"0": {
"extruder_nr": { "default": 0 },
"machine_nozzle_offset_x": { "default": 0.0 },
"machine_nozzle_offset_y": { "default": 0.0 }
},
"0": {
"1": {
"extruder_nr": { "default": 1 }
}
},