mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:25:56 +08:00
JSON: extruder trains were reversed (CURA-494)
This commit is contained in:
parent
379ba357cf
commit
cde6e4c655
@ -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 }
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user