Fighting muscle memory

This commit is contained in:
Ian Paschal 2018-07-09 11:51:53 +02:00
parent ac0192f01f
commit 413965a0ee

View file

@ -108,7 +108,7 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
#Create a list from the supported file formats string.
if not global_stack:
Logger.log("e", "Missing global stack!")
return;
return
machine_file_formats = global_stack.getMetaDataEntry("file_formats").split(";")
machine_file_formats = [file_type.strip() for file_type in machine_file_formats]