mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
JSON fix: flow temp graph reenabled (CURA-1174)
This commit is contained in:
parent
6e7c1759d3
commit
59e8525855
1 changed files with 1 additions and 2 deletions
|
|
@ -1060,10 +1060,9 @@
|
||||||
{
|
{
|
||||||
"label": "Flow Temperature Graph",
|
"label": "Flow Temperature Graph",
|
||||||
"description": "Data linking material flow (in mm3 per second) to temperature (degrees Celsius).",
|
"description": "Data linking material flow (in mm3 per second) to temperature (degrees Celsius).",
|
||||||
"unit": "",
|
"unit": "[[mm³,°C]]",
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"default_value": "[[3.5,200],[7.0,240]]",
|
"default_value": "[[3.5,200],[7.0,240]]",
|
||||||
"enabled": "False",
|
|
||||||
"comments": "old enabled function: material_flow_dependent_temperature",
|
"comments": "old enabled function: material_flow_dependent_temperature",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue