mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-12 18:58:04 +08:00
JSON fix: no initial layer temperature commands for the UM2 family (CURA-2781, CURA-2736)
This commit is contained in:
parent
d20d97d4c1
commit
71d015eeec
@ -89,9 +89,15 @@
|
||||
"material_print_temperature": {
|
||||
"enabled": "not (material_flow_dependent_temperature) and machine_gcode_flavor != \"UltiGCode\""
|
||||
},
|
||||
"material_print_temperature_layer_0": {
|
||||
"enabled": "machine_gcode_flavor != \"UltiGCode\""
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"enabled": "machine_heated_bed and machine_gcode_flavor != \"UltiGCode\""
|
||||
},
|
||||
"material_bed_temperature_layer_0": {
|
||||
"enabled": "machine_heated_bed and machine_gcode_flavor != \"UltiGCode\""
|
||||
},
|
||||
"machine_max_feedrate_x": {
|
||||
"default_value": 300
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user