kravviec

Results 4 comments of kravviec

Thanks, I'll be looking for

Hey guys, I have an ordinary on/off endstop plugged into P1_26 (#define FIL_RUNOUT_PIN P1_26) on BTT SKR 1.4 Turbo. The LED on the sensor turns on and off when I...

I've tried, but still nothing happens :( ``` #define FILAMENT_RUNOUT_SENSOR #if ENABLED(FILAMENT_RUNOUT_SENSOR) #define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500. #define NUM_RUNOUT_SENSORS 1...

I had a similar issue (connecting and reconnecting in 8-10 sec), the solution was changing the place of some variables used inside loop() function.