mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Categorise printers by manufacturer
This should make it easier to find the printer you want. Contributes to issue CURA-6635.
This commit is contained in:
parent
365d725e42
commit
e6f25884f8
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ Item
|
||||||
{
|
{
|
||||||
id: machineDefinitionsModel
|
id: machineDefinitionsModel
|
||||||
filter: { "visible": true }
|
filter: { "visible": true }
|
||||||
sectionProperty: "category"
|
sectionProperty: "manufacturer"
|
||||||
preferredSectionValue: preferredCategory
|
preferredSectionValue: preferredCategory
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue