mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:25:59 +08: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
@ -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…
x
Reference in New Issue
Block a user