HI_VOLT_PIN => "RAMPS_Dn_PIN"

This commit is contained in:
Scott Lahteine
2016-07-30 05:32:00 -07:00
parent de951c64f1
commit 49997e2e22
5 changed files with 32 additions and 32 deletions

View File

@ -30,9 +30,9 @@
#define BOARD_NAME "Sainsmart"
#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
#define RAMPS_D10_PIN 9 // E
#define RAMPS_D9_PIN 7 // F PART FAN in front of board next to Extruder heat
// RAMPS_D8_PIN 8 // B
#define MOSFET_D_PIN 10 // F / E
#include "pins_RAMPS.h"