diff options
author | ghostoverflow256 <46546505+GhostDog98@users.noreply.github.com> | 2023-10-10 04:28:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 13:28:49 -0400 |
commit | 7eabf02f5bd44c7966e283b67336be7ef0e8f07f (patch) | |
tree | be1710c77f817861c61c3572ee392b6e34c43dc4 /config | |
parent | 83ef0e135ef820f73c8579069c347953b9d6d56e (diff) | |
download | kutter-7eabf02f5bd44c7966e283b67336be7ef0e8f07f.tar.gz kutter-7eabf02f5bd44c7966e283b67336be7ef0e8f07f.tar.xz kutter-7eabf02f5bd44c7966e283b67336be7ef0e8f07f.zip |
config: Update printer-creality-ender5-2019.cfg to add instructions for silent boards (#6326)
Recently tested on my ender 5 pro that came from creality with a v1.1.5 board. Works. Tested all endstops, motors, and heaters.
Signed-off-by: Jake Aronleigh <jakestar98@outlook.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-creality-ender5-2019.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/printer-creality-ender5-2019.cfg b/config/printer-creality-ender5-2019.cfg index 0130321b..a1b9d159 100644 --- a/config/printer-creality-ender5-2019.cfg +++ b/config/printer-creality-ender5-2019.cfg @@ -1,10 +1,12 @@ # This file contains common pin mappings for the 2019 Creality # Ender 5. To use this config, the firmware should be compiled for the -# AVR atmega1284p. +# AVR atmega1284p. This also works for the v1.1.5 silent boards. # Note, a number of Melzi boards are shipped with a bootloader that # requires the following command to flash the board: # avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex +# For v1.1.5 silent boards, the following command is used: +# avrdude -p atmega1284p -c arduino -P /dev/ttyUSB0 -b 115200 -U flash:w:out/klipper.elf.hex # If the above command does not work and "make flash" does not work # then one may need to flash a bootloader to the board - see the # Klipper docs/Bootloaders.md file for more information. @@ -80,6 +82,8 @@ pin: PB4 [mcu] serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 +# Silent boards tend to have the exact same serial ID, except without USB2.0, using USB instead. +# e.g. /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 [printer] kinematics: cartesian |