Set flags for RAMPS "type" in pins.h

This commit is contained in:
Scott Lahteine
2016-07-30 03:07:20 -07:00
parent 223b7e473f
commit d3b713cebc
8 changed files with 39 additions and 87 deletions

View File

@@ -30,8 +30,9 @@
#define BOARD_NAME "Sainsmart"
#define HI_VOLT_PIN_A 9
#define HI_VOLT_PIN_B 7 // PART FAN in front of board next to Extruder heat
#define HI_VOLT_PIN_D 10
#define HI_VOLT_PIN_A 9 // E
#define HI_VOLT_PIN_B 7 // F PART FAN in front of board next to Extruder heat
// HI_VOLT_PIN_C 8 // B
#define HI_VOLT_PIN_D 10 // F / E
#include "pins_RAMPS_14_EFB.h"
#include "pins_RAMPS_14.h"