mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update log line
This commit is contained in:
parent
bae2193bfb
commit
a44cea7ac6
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ class XmlMaterialProfile(InstanceContainer):
|
||||||
Logger.log("w", "No definition found for machine ID %s", machine_id)
|
Logger.log("w", "No definition found for machine ID %s", machine_id)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
Logger.log("d", "========= Found def for machine [%s]", machine_id)
|
Logger.log("d", "Found def for machine [%s]", machine_id)
|
||||||
definition_metadata = definition_metadata[0]
|
definition_metadata = definition_metadata[0]
|
||||||
|
|
||||||
machine_manufacturer = identifier.get("manufacturer", definition_metadata.get("manufacturer", "Unknown")) #If the XML material doesn't specify a manufacturer, use the one in the actual printer definition.
|
machine_manufacturer = identifier.get("manufacturer", definition_metadata.get("manufacturer", "Unknown")) #If the XML material doesn't specify a manufacturer, use the one in the actual printer definition.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue