mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: machine_extruder_trains array refactored to objcet with int children (CURA-494)
This commit is contained in:
parent
a390aa73a8
commit
ff500e4315
2 changed files with 6 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue