mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Cluster shows default controlItem again when a specific printer is selected
CL-541
This commit is contained in:
parent
d8c4834362
commit
339d7ca4c9
2 changed files with 9 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Column
|
|||
Repeater
|
||||
{
|
||||
id: extrudersRepeater
|
||||
model: activePrinter.extruders
|
||||
model: activePrinter!=null ? activePrinter.extruders : null
|
||||
|
||||
ExtruderBox
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue