mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Log which file caused it to go wrong
Contributes to issue CURA-4243.
This commit is contained in:
parent
56d6664c8c
commit
381d9bf3f1
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ class MachineManager(QObject):
|
||||||
elif container_type == "quality_changes":
|
elif container_type == "quality_changes":
|
||||||
new_quality_settings_list = self._determineQualityAndQualityChangesForQualityChanges(quality_name)
|
new_quality_settings_list = self._determineQualityAndQualityChangesForQualityChanges(quality_name)
|
||||||
else:
|
else:
|
||||||
Logger.log("e", "Tried to set quality to a container that is not of the right type")
|
Logger.log("e", "Tried to set quality to a container that is not of the right type: {container_id}".format(container_id = containers[0]["id"]))
|
||||||
return
|
return
|
||||||
|
|
||||||
# Check if it was at all possible to find new settings
|
# Check if it was at all possible to find new settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue