mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -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
|
@ -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…
Add table
Add a link
Reference in a new issue