mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Changed guid to GUID in the filter
We use the veriable as upper.
This commit is contained in:
parent
cb50c61293
commit
4db1db302b
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
result.append(i18n_catalog.i18nc("@item:material", "No material loaded"))
|
||||
continue
|
||||
|
||||
containers = self._container_registry.findInstanceContainers(type = "material", guid = material_id)
|
||||
containers = self._container_registry.findInstanceContainers(type = "material", GUID = material_id)
|
||||
if containers:
|
||||
result.append(containers[0].getName())
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue