mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:35:52 +08:00
JSON: machine_extruder_trains array refactored to objcet with int children (CURA-494)
This commit is contained in:
parent
a390aa73a8
commit
ff500e4315
@ -11,8 +11,8 @@
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
|
||||
"machine_extruder_trains": [
|
||||
{
|
||||
"machine_extruder_trains": {
|
||||
"0": {
|
||||
"machine_nozzle_size": {
|
||||
"default": 0.4
|
||||
},
|
||||
@ -35,7 +35,7 @@
|
||||
"default": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"overrides": {
|
||||
"machine_start_gcode" : { "default": "" },
|
||||
"machine_end_gcode" : { "default": "" },
|
||||
|
@ -16,8 +16,8 @@
|
||||
"BedLeveling"
|
||||
],
|
||||
|
||||
"machine_extruder_trains": [
|
||||
{
|
||||
"machine_extruder_trains": {
|
||||
"0": {
|
||||
"machine_nozzle_size": {
|
||||
"default": 0.4
|
||||
},
|
||||
@ -40,7 +40,7 @@
|
||||
"default": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"overrides": {
|
||||
"machine_width": { "default": 205 },
|
||||
"machine_height": { "default": 200 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user