mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
JSON: disable Extrusion Cool Down Speed Modifier when no auto temp or single extrusion (CURA-868)
This commit is contained in:
parent
765185364f
commit
f0e60d65ff
1 changed files with 1 additions and 0 deletions
|
|
@ -672,6 +672,7 @@
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10.0",
|
"max_value_warning": "10.0",
|
||||||
"global_only": "print_sequence != \"one_at_a_time\"",
|
"global_only": "print_sequence != \"one_at_a_time\"",
|
||||||
|
"enabled": "material_flow_dependent_temperature or machine_extruder_count > 1",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"material_bed_temperature": {
|
"material_bed_temperature": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue