Ender 3 - Enable filament runout sensor (#17)
This commit was merged in pull request #17.
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
#define CONTROLLER_FAN_PIN FAN1_PIN
|
||||
#endif
|
||||
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN PC15 // E0-STOP Runout filament sensor
|
||||
#endif
|
||||
|
||||
#if HAS_TMC_UART
|
||||
/**
|
||||
* TMC220x stepper drivers
|
||||
|
||||
Reference in New Issue
Block a user