JSON: changed default of Auto temp to false

This commit is contained in:
Tim Kuipers 2015-11-12 12:07:40 +01:00
parent a13de5a489
commit b724970959

View File

@ -546,7 +546,7 @@
"label": "Auto Temperature",
"description": "Change the temperature each layer automatically with the average flow speed of that layer.",
"type": "boolean",
"default": true,
"default": false,
"visible": true
},
"material_print_temperature": {