pins_RAMPS_14.h => pins_RAMPS.h
This commit is contained in:
@ -58,19 +58,19 @@
|
||||
#include "pins_RAMPS_13.h"
|
||||
#elif MB(RAMPS_14_EFB)
|
||||
#define IS_RAMPS_EFB
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
#elif MB(RAMPS_14_EEB)
|
||||
#define IS_RAMPS_EEB
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
#elif MB(RAMPS_14_EFF)
|
||||
#define IS_RAMPS_EFF
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
#elif MB(RAMPS_14_EEF)
|
||||
#define IS_RAMPS_EEF
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
#elif MB(RAMPS_14_SF)
|
||||
#define IS_RAMPS_SF
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
#elif MB(GEN6)
|
||||
#include "pins_GEN6.h"
|
||||
#elif MB(GEN6_DELUXE)
|
||||
@ -146,7 +146,7 @@
|
||||
#elif MB(LEAPFROG)
|
||||
#include "pins_LEAPFROG.h"
|
||||
#elif MB(BAM_DICE)
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
#elif MB(BAM_DICE_DUE)
|
||||
#include "pins_BAM_DICE_DUE.h"
|
||||
#elif MB(FELIX2)
|
||||
|
@ -36,7 +36,7 @@
|
||||
#define DEFAULT_SOURCE_CODE_URL "http://3dprint.elettronicain.it/"
|
||||
#endif
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#undef Z_ENABLE_PIN
|
||||
#define Z_ENABLE_PIN 63
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#define BOARD_NAME "Azteeg X3"
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#define BOARD_NAME "Azteeg X3 Pro"
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#undef FAN_PIN
|
||||
#define FAN_PIN 6 //Part Cooling System
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#define BOARD_NAME "2PrintBeta Due"
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#undef TEMP_0_PIN
|
||||
#undef TEMP_1_PIN
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#define HI_VOLT_PIN_D 7
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#undef SDPOWER
|
||||
#define SDPOWER 1
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#define HI_VOLT_PIN_D 7
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
||||
/**
|
||||
|
@ -32,4 +32,4 @@
|
||||
|
||||
#define HI_VOLT_PIN_D 7
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
@ -38,4 +38,4 @@
|
||||
#endif
|
||||
|
||||
#define IS_RAMPS_13
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
* RIGIDBOARD Arduino Mega with RAMPS v1.4 pin assignments
|
||||
*/
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
#undef BOARD_NAME
|
||||
#define BOARD_NAME "RigidBoard"
|
||||
|
@ -35,4 +35,4 @@
|
||||
// HI_VOLT_PIN_C 8 // B
|
||||
#define HI_VOLT_PIN_D 10 // F / E
|
||||
|
||||
#include "pins_RAMPS_14.h"
|
||||
#include "pins_RAMPS.h"
|
||||
|
Reference in New Issue
Block a user