Fix a bug causing the "Streaming ..." text to vanish on transfer to SD
This commit is contained in:
parent
3585eb05a2
commit
ec8427cbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ def uploadGcodeFile(target):
|
|||
done = True
|
||||
else:
|
||||
filename = fileProcessingFinished(added_file, fileManager.path_on_disk(FileDestinations.LOCAL, added_file), target)
|
||||
done = True
|
||||
done = not sd
|
||||
|
||||
if userdata is not None:
|
||||
# upload included userdata, add this now to the metadata
|
||||
|
|
|
|||
Loading…
Reference in a new issue