Fix some bad AZTEEG_X5_MINI pins (#14011)

2.0.x
InsanityAutomation 6 years ago committed by Scott Lahteine
parent 451ea996c9
commit 07afe69cee

@ -50,8 +50,12 @@
#define Y_STOP_PIN P1_26
#define Z_STOP_PIN P1_28
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN P2_04
#endif
#ifndef FILWIDTH_PIN
#define FILWIDTH_PIN P2_04
#define FILWIDTH_PIN 2 // Analog Input (P0_25)
#endif
//

Loading…
Cancel
Save