mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Build volume temperature should not be settable per extruder
Just like build plate temperature, the per-extruder profiles can still override it but it will be resolved to a single global value.
This commit is contained in:
parent
02b0242807
commit
a89465afa1
1 changed files with 1 additions and 1 deletions
|
@ -2070,7 +2070,7 @@
|
|||
"maximum_value_warning": "285",
|
||||
"enabled": true,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"material_print_temperature":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue