Minor Pin Updates (#15214)

This commit is contained in:
InsanityAutomation
2019-09-10 00:58:57 -04:00
committed by Scott Lahteine
parent 66338ed515
commit dcc39421c5
3 changed files with 5 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
#define SPINDLE_LASER_PWM_PIN 4 // Hardware PWM
#define SPINDLE_DIR_PIN 5
#elif !GREEDY_PANEL // Try to use AUX2
#define SPINDLE_LASER_ENA_PIN 40 // Pullup or pulldown!
#define SPINDLE_LASER_ENA_PIN 4 // Pullup or pulldown!
#define SPINDLE_LASER_PWM_PIN 44 // Hardware PWM
#define SPINDLE_DIR_PIN 65
#endif