mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Add serialport logging to autobaudjob
This commit is contained in:
parent
f272dda946
commit
f5785cf235
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class AutoDetectBaudJob(Job):
|
||||||
self._all_baud_rates = [115200, 250000, 500000, 230400, 76800, 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.debug(f"Auto detect baud rate started for {self._serial_port}")
|
||||||
wait_response_timeouts = [3, 15, 30]
|
wait_response_timeouts = [3, 15, 30]
|
||||||
wait_bootloader_times = [1.5, 5, 15]
|
wait_bootloader_times = [1.5, 5, 15]
|
||||||
write_timeout = 3
|
write_timeout = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue