mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 07:53:14 +08:00
Changed guid to GUID in the filter
We use the veriable as upper.
This commit is contained in:
parent
cb50c61293
commit
4db1db302b
@ -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…
x
Reference in New Issue
Block a user