mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Message might be good for debugging.
Maybe at some point someone will ask wjy they don't get a message. part of CURA-9414
This commit is contained in:
parent
2c074fb7a3
commit
1872e54842
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ class ThreeMFWriter(MeshWriter):
|
|||
|
||||
# We failed to find the package for this material
|
||||
if not package_data:
|
||||
Logger.info(f"Could not find package for material in extruder {extruder.id}, skipping.")
|
||||
continue
|
||||
|
||||
material_metadata = {"id": package_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue