Add BIQU TANGO V1 support (#15682)

This commit is contained in:
Aurawin
2019-10-28 18:21:59 -05:00
committed by Scott Lahteine
parent 319e2b5760
commit b09b469dd5
4 changed files with 58 additions and 2 deletions

View File

@@ -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