JSON: quickfix: made Auto Temp always not displayed (CURA-868)

This commit is contained in:
Tim Kuipers 2016-02-17 10:36:30 +01:00
parent 09c04d7c68
commit 765185364f

View File

@ -631,7 +631,8 @@
"description": "Change the temperature for each layer automatically with the average flow speed of that layer.", "description": "Change the temperature for each layer automatically with the average flow speed of that layer.",
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"visible": false "visible": false,
"enabled": "False"
}, },
"material_print_temperature": { "material_print_temperature": {
"label": "Printing Temperature", "label": "Printing Temperature",