mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:09:04 +08:00
Added 76800 baud rate
This commit is contained in:
parent
accd205185
commit
63e7e2b382
@ -58,7 +58,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||
|
||||
self._baud_rate = baud_rate
|
||||
|
||||
self._all_baud_rates = [115200, 250000, 500000, 230400, 57600, 38400, 19200, 9600]
|
||||
self._all_baud_rates = [115200, 250000, 500000, 230400, 76800, 57600, 38400, 19200, 9600]
|
||||
|
||||
# Instead of using a timer, we really need the update to be as a thread, as reading from serial can block.
|
||||
self._update_thread = Thread(target = self._update, daemon = True, name = "USBPrinterUpdate")
|
||||
|
Loading…
x
Reference in New Issue
Block a user