FYSETC / FYSETC-E4

FYSETC Board - The E4 board is a minimal 3D printer control board based on the ESP32 microcontroller from ESPRESSIF, with built-in Wi-Fi and Bluetooth.
https://www.aliexpress.com/item/1005001703930983.html
59 stars 30 forks source link

Use TB for Filament Runout. #48

Open supernacheitor opened 1 year ago

supernacheitor commented 1 year ago

I'm using the TB pin for using a endstop for filament runout. The filament sensor runs perfectly but the TE pin don't read the extrusor temperature when I plug the endstop in TB. Can't I use this pin for a filament runout sensor? Otherwise, is there any other pin on the board that I can use?

//#define TEMP_BED_PIN 39 // Analog Input #define FIL_RUNOUT_PIN 39 // RUNNOUT FILAMENT PIN

Thanks.