mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
JSON: temporarily made temp graph and cooldown speed modifier disabled (CURA-1157)
This commit is contained in:
parent
802623443a
commit
b7065628a3
@ -657,7 +657,8 @@
|
||||
"unit": "",
|
||||
"type": "string",
|
||||
"default": "[[3.5,200],[7.0,240]]",
|
||||
"enabled": "material_flow_dependent_temperature",
|
||||
"enabled": "False",
|
||||
"enabled_before_removal": "material_flow_dependent_temperature",
|
||||
"global_only": true
|
||||
},
|
||||
"material_extrusion_cool_down_speed": {
|
||||
@ -669,7 +670,8 @@
|
||||
"min_value": "0",
|
||||
"max_value_warning": "10.0",
|
||||
"global_only": "True",
|
||||
"enabled": "material_flow_dependent_temperature or machine_extruder_count > 1",
|
||||
"enabled": "False",
|
||||
"enabled_before_removal": "material_flow_dependent_temperature or machine_extruder_count > 1",
|
||||
"visible": false
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user