mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 21:44:13 -06:00
serialhdl: Don't open port at 1200 baud
The 1200 baud trick on the Arduino Due does both a reset and an erase. The erase is not desired. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
07a69df62f
commit
e0f275cddf
2 changed files with 10 additions and 10 deletions
|
@ -256,13 +256,13 @@ pin_map: arduino
|
|||
#restart_method: arduino
|
||||
# This controls the mechanism the host will use to reset the
|
||||
# micro-controller. The choices are 'arduino', 'rpi_usb', and
|
||||
# 'command'. The 'arduino' method (toggle DTR; set baud to 1200) is
|
||||
# common on Arduino boards and clones. The 'rpi_usb' method is
|
||||
# useful on Raspberry Pi boards with micro-controllers powered over
|
||||
# USB - it briefly disables power to all USB ports to accomplish a
|
||||
# micro-controller reset. The 'command' method involves sending a
|
||||
# Klipper command to the micro-controller so that it can reset
|
||||
# itself. The default is 'arduino'.
|
||||
# 'command'. The 'arduino' method (toggle DTR) is common on Arduino
|
||||
# boards and clones. The 'rpi_usb' method is useful on Raspberry Pi
|
||||
# boards with micro-controllers powered over USB - it briefly
|
||||
# disables power to all USB ports to accomplish a micro-controller
|
||||
# reset. The 'command' method involves sending a Klipper command to
|
||||
# the micro-controller so that it can reset itself. The default is
|
||||
# 'arduino'.
|
||||
|
||||
# The printer section controls high level printer settings.
|
||||
[printer]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue