Browse Source
Set FIL_RUNOUT_PIN for Creality CR10-S
Tested with M43 and found to be connected to DIO 2
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|