diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-01-20 10:52:23 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-01-20 10:52:23 -0500 |
commit | 5b9beb52f6b417beb619c00b6b92ada6aabd32a8 (patch) | |
tree | 3893b40eeee5922b6cad1d837fd0b54e6a991593 /config/generic-einsy-rambo.cfg | |
parent | 8a6619d18ef9d8de4adfdfa43a5d7595af56fc2c (diff) | |
download | kutter-5b9beb52f6b417beb619c00b6b92ada6aabd32a8.tar.gz kutter-5b9beb52f6b417beb619c00b6b92ada6aabd32a8.tar.xz kutter-5b9beb52f6b417beb619c00b6b92ada6aabd32a8.zip |
config: Warn about prusa einsy boards in generic-einsy-rambo.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-einsy-rambo.cfg')
-rw-r--r-- | config/generic-einsy-rambo.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/generic-einsy-rambo.cfg b/config/generic-einsy-rambo.cfg index 0034a6f5..9015ae67 100644 --- a/config/generic-einsy-rambo.cfg +++ b/config/generic-einsy-rambo.cfg @@ -3,6 +3,12 @@ # See docs/Config_Reference.md for a description of parameters. +# Note: The Einsy boards sold by Prusa have defective firmware on the +# usb-to-serial chip that make the boards unusable with Klipper +# (boards sold by Ultimaker do not have this issue). See +# https://github.com/PrusaOwners/mk3-32u2-firmware for a fixed +# usb-to-serial firmware. + [stepper_x] step_pin: PC0 dir_pin: PL0 |