mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:15:56 +08:00
Show extruder as disabled if either material or core is missing
It basically just means you can't print with it. Contributes to issue CURA-5876.
This commit is contained in:
parent
b0e9f23eee
commit
609f07399e
@ -24,6 +24,7 @@ Row
|
||||
{
|
||||
materialColor: printCoreConfiguration.material.color
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
extruderEnabled: printCoreConfiguration.material.name !== "" && printCoreConfiguration.hotendID !== ""
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user