mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 02:36:02 +08:00
Fighting muscle memory
This commit is contained in:
parent
ac0192f01f
commit
413965a0ee
@ -108,7 +108,7 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||||||
#Create a list from the supported file formats string.
|
#Create a list from the supported file formats string.
|
||||||
if not global_stack:
|
if not global_stack:
|
||||||
Logger.log("e", "Missing global stack!")
|
Logger.log("e", "Missing global stack!")
|
||||||
return;
|
return
|
||||||
|
|
||||||
machine_file_formats = global_stack.getMetaDataEntry("file_formats").split(";")
|
machine_file_formats = global_stack.getMetaDataEntry("file_formats").split(";")
|
||||||
machine_file_formats = [file_type.strip() for file_type in machine_file_formats]
|
machine_file_formats = [file_type.strip() for file_type in machine_file_formats]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user