mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-4844 fix some typos
This commit is contained in:
parent
a6d7a61c54
commit
54c85fd0ea
2 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._baud_rate = baud_rate
|
||||
|
||||
def connect(self):
|
||||
self._firmware_name = None # after each connection ensure that the frimware name is removed
|
||||
self._firmware_name = None # after each connection ensure that the firmware name is removed
|
||||
|
||||
if self._baud_rate is None:
|
||||
if self._use_auto_detect:
|
||||
|
@ -417,4 +417,4 @@ class FirmwareUpdateState(IntEnum):
|
|||
unknown_error = 3
|
||||
communication_error = 4
|
||||
io_error = 5
|
||||
firmware_not_found_error = 6
|
||||
firmware_not_found_error = 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue