Minor Pin Updates (#15214)
This commit is contained in:
parent
66338ed515
commit
dcc39421c5
@ -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
|
||||
|
@ -40,6 +40,7 @@
|
||||
#endif
|
||||
|
||||
#define SD_DETECT_PIN 49 // Always define onboard SD detect
|
||||
#define BEEPER_PIN 37 // Always define beeper pin so Play Tone works with ExtUI
|
||||
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
|
@ -53,8 +53,9 @@
|
||||
#define LCD_PINS_ENABLE 17 // ST9720 DAT
|
||||
#define LCD_PINS_D4 30 // ST9720 CLK
|
||||
|
||||
#if DISABLED(SPEAKER) && ENABLED(BLTOUCH)
|
||||
#if ENABLED(BLTOUCH)
|
||||
#define SERVO0_PIN 27
|
||||
#undef BEEPER_PIN
|
||||
#endif
|
||||
|
||||
// Alter timing for graphical display
|
||||
|
Loading…
Reference in New Issue
Block a user