mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ Row
|
|||
{
|
||||
materialColor: printCoreConfiguration.material.color
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
extruderEnabled: printCoreConfiguration.material.name !== "" && printCoreConfiguration.hotendID !== ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue