mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Typo
This commit is contained in:
parent
0435706736
commit
b42ef49a4e
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||||
## Private common function which makes sure that firmware update process has completed/ended with a set progress state
|
## Private common function which makes sure that firmware update process has completed/ended with a set progress state
|
||||||
def _updateFirmware_completed_common(self, progress, max_progress = 100):
|
def _updateFirmware_completed_common(self, progress, max_progress = 100):
|
||||||
if not progress:
|
if not progress:
|
||||||
raise Exception("Progresss not set!")
|
raise Exception("Progress not set!")
|
||||||
|
|
||||||
self.setProgress(progress, max_progress = max_progress)
|
self.setProgress(progress, max_progress = max_progress)
|
||||||
self._firmware_update_finished = True
|
self._firmware_update_finished = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue