mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:16:18 +08:00
Add 230400 baudrate.
This commit is contained in:
parent
081ac97f95
commit
1684c09cdb
@ -30,7 +30,7 @@ def serialList():
|
||||
return baselist+glob.glob('/dev/ttyUSB*') + glob.glob('/dev/ttyACM*') +glob.glob("/dev/tty.usb*")+glob.glob("/dev/cu.*")+glob.glob("/dev/rfcomm*")
|
||||
|
||||
def baudrateList():
|
||||
return [250000, 115200, 57600, 38400, 19200, 9600]
|
||||
return [250000, 230400, 115200, 57600, 38400, 19200, 9600]
|
||||
|
||||
class VirtualPrinter():
|
||||
def __init__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user