mirror of https://github.com/Desuuuu/klipper.git
config: Warn about prusa einsy boards in generic-einsy-rambo.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
8a6619d18e
commit
5b9beb52f6
|
@ -3,6 +3,12 @@
|
||||||
|
|
||||||
# See docs/Config_Reference.md for a description of parameters.
|
# 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]
|
[stepper_x]
|
||||||
step_pin: PC0
|
step_pin: PC0
|
||||||
dir_pin: PL0
|
dir_pin: PL0
|
||||||
|
|
Loading…
Reference in New Issue