mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: quickfix: made Auto Temp always not displayed (CURA-868)
This commit is contained in:
parent
09c04d7c68
commit
765185364f
1 changed files with 2 additions and 1 deletions
|
@ -631,7 +631,8 @@
|
|||
"description": "Change the temperature for each layer automatically with the average flow speed of that layer.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false
|
||||
"visible": false,
|
||||
"enabled": "False"
|
||||
},
|
||||
"material_print_temperature": {
|
||||
"label": "Printing Temperature",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue