mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: changed default of Auto temp to false
This commit is contained in:
parent
a13de5a489
commit
b724970959
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue