mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 06:55:55 +08:00
Added 76800 baud rate
This commit is contained in:
parent
e68ebb198e
commit
accd205185
@ -18,7 +18,7 @@ class AutoDetectBaudJob(Job):
|
|||||||
def __init__(self, serial_port: int) -> None:
|
def __init__(self, serial_port: int) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self._serial_port = serial_port
|
self._serial_port = serial_port
|
||||||
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]
|
||||||
|
|
||||||
def run(self) -> None:
|
def run(self) -> None:
|
||||||
Logger.log("d", "Auto detect baud rate started.")
|
Logger.log("d", "Auto detect baud rate started.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user