mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
JSON: temporarily made temp graph and cooldown speed modifier disabled (CURA-1157)
This commit is contained in:
parent
802623443a
commit
b7065628a3
1 changed files with 4 additions and 2 deletions
|
|
@ -657,7 +657,8 @@
|
||||||
"unit": "",
|
"unit": "",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "[[3.5,200],[7.0,240]]",
|
"default": "[[3.5,200],[7.0,240]]",
|
||||||
"enabled": "material_flow_dependent_temperature",
|
"enabled": "False",
|
||||||
|
"enabled_before_removal": "material_flow_dependent_temperature",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
},
|
},
|
||||||
"material_extrusion_cool_down_speed": {
|
"material_extrusion_cool_down_speed": {
|
||||||
|
|
@ -669,7 +670,8 @@
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "10.0",
|
"max_value_warning": "10.0",
|
||||||
"global_only": "True",
|
"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
|
"visible": false
|
||||||
},
|
},
|
||||||
"material_bed_temperature": {
|
"material_bed_temperature": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue