Use spaces instead of tabs

Yeah, or remove extraneous tabs at the end of a line.
This commit is contained in:
Ghostkeeper 2019-02-11 08:53:42 +01:00
parent 93ff63ce6f
commit d2e1c47029
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 96 additions and 96 deletions

View file

@ -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")