mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 02:26:01 +08:00
machine extruder trains now can't be an array anymore (CURA-494)
This commit is contained in:
parent
50c2760af1
commit
401e020f9c
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
"inherits": "ultimaker.json",
|
"inherits": "ultimaker.json",
|
||||||
|
|
||||||
"machine_extruder_trains": [
|
"machine_extruder_trains": {
|
||||||
{
|
"0": {
|
||||||
"machine_nozzle_heat_up_speed": {
|
"machine_nozzle_heat_up_speed": {
|
||||||
"default": 2.0
|
"default": 2.0
|
||||||
},
|
},
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"default": 16
|
"default": 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
},
|
||||||
"machine_settings": {
|
"machine_settings": {
|
||||||
"machine_start_gcode" : { "default": "" },
|
"machine_start_gcode" : { "default": "" },
|
||||||
"machine_end_gcode" : { "default": "" },
|
"machine_end_gcode" : { "default": "" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user