1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 20:43:32 +00:00

Set FIL_RUNOUT_PIN for Creality CR10-S

Tested with M43 and found to be connected to DIO 2
This commit is contained in:
Scott Lahteine 2018-01-20 11:58:37 -06:00 committed by GitHub
parent 09ad00b2d1
commit d29a0d64d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
//===========================================================================