mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
CURA-4870 Add function to set the configuration from the printer back to
Cura. Change the hash function to compare by GUID instead of type. Show the material name instead of type in the list.
This commit is contained in:
parent
d11d850f7c
commit
f625fa8a90
8 changed files with 66 additions and 14 deletions
|
@ -46,7 +46,6 @@ Column
|
|||
target: outputDevice
|
||||
onUniqueConfigurationsChanged: {
|
||||
// FIXME For now the model should be removed and then created again, otherwise changes in the printer don't automatically update the UI
|
||||
print("Update unique configurations")
|
||||
configurationList.model = null
|
||||
configurationList.model = outputDevice.uniqueConfigurations
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue