mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Use spaces instead of tabs
Yeah, or remove extraneous tabs at the end of a line.
This commit is contained in:
parent
93ff63ce6f
commit
d2e1c47029
4 changed files with 96 additions and 96 deletions
|
@ -567,8 +567,8 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||
if material_guid:
|
||||
material_group_list = material_manager.getMaterialGroupListByGUID(material_guid)
|
||||
|
||||
# This can happen if the connected machine has no material in one or more extruders (if GUID is empty), or the
|
||||
# material is unknown to Cura, so we should return an "empty" or "unknown" material model.
|
||||
# This can happen if the connected machine has no material in one or more extruders (if GUID is empty), or the
|
||||
# material is unknown to Cura, so we should return an "empty" or "unknown" material model.
|
||||
if material_group_list is None:
|
||||
material_name = i18n_catalog.i18nc("@label:material", "Empty") if len(material_data.get("guid", "")) == 0 \
|
||||
else i18n_catalog.i18nc("@label:material", "Unknown")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue