Skip to content
Snippets Groups Projects
Commit 07afe69c authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Fix some bad AZTEEG_X5_MINI pins (#14011)

parent 451ea996
No related branches found
No related tags found
No related merge requests found
......@@ -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
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment