mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 03:19:02 +08:00
Added new lines to distinguis error message
CURA-4876
This commit is contained in:
parent
63ac8412e6
commit
750a86d2fd
@ -76,7 +76,7 @@ class LegacyProfileReader(ProfileReader):
|
|||||||
multi_extrusion = global_container_stack.getProperty("machine_extruder_count", "value") > 1
|
multi_extrusion = global_container_stack.getProperty("machine_extruder_count", "value") > 1
|
||||||
if multi_extrusion:
|
if multi_extrusion:
|
||||||
Logger.log("e", "Unable to import legacy profile %s. Multi extrusion is not supported", file_name)
|
Logger.log("e", "Unable to import legacy profile %s. Multi extrusion is not supported", file_name)
|
||||||
raise Exception("Unable to import legacy profile. Multi extrusion is not supported")
|
raise Exception("\r\rUnable to import legacy profile. Multi extrusion is not supported")
|
||||||
|
|
||||||
Logger.log("i", "Importing legacy profile from file " + file_name + ".")
|
Logger.log("i", "Importing legacy profile from file " + file_name + ".")
|
||||||
container_registry = ContainerRegistry.getInstance()
|
container_registry = ContainerRegistry.getInstance()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user