mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
machine extruder trains now can't be an array anymore (CURA-494)
This commit is contained in:
parent
50c2760af1
commit
401e020f9c
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
|
||||
"inherits": "ultimaker.json",
|
||||
|
||||
"machine_extruder_trains": [
|
||||
{
|
||||
"machine_extruder_trains": {
|
||||
"0": {
|
||||
"machine_nozzle_heat_up_speed": {
|
||||
"default": 2.0
|
||||
},
|
||||
|
@ -32,7 +32,7 @@
|
|||
"default": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"machine_settings": {
|
||||
"machine_start_gcode" : { "default": "" },
|
||||
"machine_end_gcode" : { "default": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue