Add BIQU TANGO V1 support (#15682)
This commit is contained in:
@@ -143,7 +143,9 @@
|
||||
#ifndef FAN_PIN
|
||||
#define FAN_PIN 7
|
||||
#endif
|
||||
#define FAN1_PIN 8
|
||||
#ifndef FAN1_PIN
|
||||
#define FAN1_PIN 8
|
||||
#endif
|
||||
|
||||
//
|
||||
// Misc. Functions
|
||||
@@ -160,7 +162,7 @@
|
||||
#define SPINDLE_LASER_PWM_PIN 4 // Hardware PWM. Pin 4 interrupts OC0* and OC1* always in use?
|
||||
#endif
|
||||
#ifndef SPINDLE_LASER_ENA_PIN
|
||||
#define SPINDLE_LASER_ENA_PIN 14 // Pullup!
|
||||
#define SPINDLE_LASER_ENA_PIN 14 // Pullup!
|
||||
#endif
|
||||
#ifndef SPINDLE_DIR_PIN
|
||||
#define SPINDLE_DIR_PIN 15
|
||||
|
||||
Reference in New Issue
Block a user