mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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": "",
|
||||
"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…
Add table
Add a link
Reference in a new issue