From 57b61491d3c901d9ad13c2fc052180c0b38f6a45 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 20 Jan 2018 11:56:57 -0600 Subject: [PATCH] Set FIL_RUNOUT_PIN for Creality CR10-S Tested with M43 and found to be connected to DIO 2 --- Marlin/src/config/examples/Creality/CR-10S/Configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/src/config/examples/Creality/CR-10S/Configuration.h b/Marlin/src/config/examples/Creality/CR-10S/Configuration.h index c3930b529..0c769a3e0 100644 --- a/Marlin/src/config/examples/Creality/CR-10S/Configuration.h +++ b/Marlin/src/config/examples/Creality/CR-10S/Configuration.h @@ -833,6 +833,7 @@ #define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensor. #define ENDSTOPPULLUP_FIL_RUNOUT // Uncomment to use internal pullup for filament runout pins if the sensor is defined. #define FILAMENT_RUNOUT_SCRIPT "M600" + #define FIL_RUNOUT_PIN 2 // Creality CR10-S stock sensor #endif //===========================================================================