mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Change abbreviation of "seconds" to IEEE-recommended "s" (instead of "sec")
This commit is contained in:
parent
18e69c7580
commit
33c4e86163
5 changed files with 10 additions and 10 deletions
|
@ -256,7 +256,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
if not self.setBaudRate(baud_rate):
|
||||
continue # Could not set the baud rate, go to the next
|
||||
|
||||
time.sleep(1.5) # Ensure that we are not talking to the bootloader. 1.5 sec seems to be the magic number
|
||||
time.sleep(1.5) # Ensure that we are not talking to the bootloader. 1.5 seconds seems to be the magic number
|
||||
sucesfull_responses = 0
|
||||
timeout_time = time.time() + 5
|
||||
self._serial.write(b"\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue