FYSETC / FYSETC-Cheetah

FYSETC Board - 32bit control board for creality/voron and other 3D printer including Ender3, Ender3 pro, Ender5, voron0, voron0.1.
https://www.aliexpress.com/item/33053875657.html
GNU General Public License v3.0
13 stars 3 forks source link

Smart filament detector on Cheetah 1.1b #11

Open kravviec opened 2 years ago

kravviec commented 2 years ago

How to find the pin for the filament detector on the cheetah 1.1b. I tried to configure BTT smart sensor with Klipper but can't find the pin number. Bad documentation- no luck.

mrskoku commented 2 years ago

How to find the pin for the filament detector on the cheetah 1.1b. I tried to configure BTT smart sensor with Klipper but can't find the pin number. Bad documentation- no luck.

https://github.com/MarlinFirmware/Marlin/blob/2.0.x/Marlin/src/pins/stm32f1/pins_FYSETC_CHEETAH.h

// Filament runout //

define FIL_RUNOUT_PIN PB5

kravviec commented 2 years ago

Thanks, buddy, I'll try to run it. BTW maybe the manufacturer should consider supplementing the pinout table in the documentation?

mrskoku commented 2 years ago

It should but support for this board is poor.