From d29a0d64d5dfce142cb6ba4c02c8ab63d0cafd0d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 20 Jan 2018 11:58:37 -0600 Subject: [PATCH] Set FIL_RUNOUT_PIN for Creality CR10-S Tested with M43 and found to be connected to DIO 2 --- Marlin/example_configurations/Creality/CR-10S/Configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/example_configurations/Creality/CR-10S/Configuration.h b/Marlin/example_configurations/Creality/CR-10S/Configuration.h index abcd9b00d9..39eb07e7a5 100644 --- a/Marlin/example_configurations/Creality/CR-10S/Configuration.h +++ b/Marlin/example_configurations/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 //===========================================================================