mirror of https://github.com/Desuuuu/klipper.git
config: Ender5Plus add filament sensor (#4031)
Added filament sensor. I found this by multimeter and have used it many times. Signed-off-by: R.Garford-Tull <rgarford@gmail.com>
This commit is contained in:
parent
bf8f7133b4
commit
3233ec08f4
|
@ -95,6 +95,9 @@ pin: PH6
|
|||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AK06VNAB-if00-port0
|
||||
|
||||
[filament_switch_sensor filament_sensor]
|
||||
switch_pin:PE4
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 300
|
||||
|
|
Loading…
Reference in New Issue