mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Don't use compatible machien families for pills
Contriutes to CL-1055
This commit is contained in:
parent
6f762c676e
commit
213a8fa6f3
1 changed files with 2 additions and 7 deletions
|
@ -158,14 +158,9 @@ Item
|
||||||
spacing: 6 // TODO: Theme!
|
spacing: 6 // TODO: Theme!
|
||||||
visible: printJob
|
visible: printJob
|
||||||
|
|
||||||
Repeater
|
MonitorPrinterPill
|
||||||
{
|
{
|
||||||
id: compatiblePills
|
text: printJob.configuration.printerType
|
||||||
delegate: MonitorPrinterPill
|
|
||||||
{
|
|
||||||
text: modelData
|
|
||||||
}
|
|
||||||
model: printJob ? printJob.compatibleMachineFamilies : []
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue