Browse Source

JSON fix: flow temp graph reenabled (CURA-1174)

Tim Kuipers 8 years ago
parent
commit
59e8525855
1 changed files with 1 additions and 2 deletions
  1. 1 2
      resources/definitions/fdmprinter.def.json

+ 1 - 2
resources/definitions/fdmprinter.def.json

@@ -1060,10 +1060,9 @@
                 {
                     "label": "Flow Temperature Graph",
                     "description": "Data linking material flow (in mm3 per second) to temperature (degrees Celsius).",
-                    "unit": "",
+                    "unit": "[[mm³,°C]]",
                     "type": "str",
                     "default_value": "[[3.5,200],[7.0,240]]",
-                    "enabled": "False",
                     "comments": "old enabled function: material_flow_dependent_temperature",
                     "settable_per_mesh": false,
                     "settable_per_extruder": true