Skip to content
Snippets Groups Projects
Commit cacf04f8 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Base RAMPS-like boards on RAMPS 1.4

parent 50e3482e
No related branches found
No related tags found
No related merge requests found
/**
* 3DRAG (and K8200) Arduino Mega with RAMPS v1.3 pin assignments
* 3DRAG (and K8200) Arduino Mega with RAMPS v1.4 pin assignments
*/
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_14.h"
#undef Z_ENABLE_PIN
#define Z_ENABLE_PIN 63
......
/**
* AZTEEG_X3 Arduino Mega with RAMPS v1.3 pin assignments
* AZTEEG_X3 Arduino Mega with RAMPS v1.4 pin assignments
*/
#include "pins_RAMPS_13_EFB.h"
#include "pins_RAMPS_14_EFB.h"
//LCD Pins//
......
......@@ -2,7 +2,7 @@
* AZTEEG_X3_PRO (Arduino Mega) pin assignments
*/
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_14.h"
#undef FAN_PIN
#define FAN_PIN 6 //Part Cooling System
......
......@@ -2,7 +2,7 @@
* BAM&DICE Due (Arduino Mega) pin assignments
*/
#include "pins_RAMPS_13_EFB.h"
#include "pins_RAMPS_14_EFB.h"
#undef TEMP_0_PIN
#undef TEMP_1_PIN
......
/**
* FELIXprinters v2.0/3.0 (RAMPS v1.3) pin assignments
* FELIXprinters v2.0/3.0 (RAMPS v1.4) pin assignments
*/
#include "pins_RAMPS_13_EFB.h"
#include "pins_RAMPS_14_EFB.h"
#undef HEATER_1_PIN
#define HEATER_1_PIN 7 // EXTRUDER 2
......
......@@ -2,7 +2,7 @@
* MKS BASE 1.0 – Arduino Mega2560 with RAMPS v1.4 pin assignments
*/
#include "pins_RAMPS_13_EFB.h"
#include "pins_RAMPS_14_EFB.h"
#undef HEATER_1_PIN
#define HEATER_1_PIN 7
/**
* RIGIDBOARD Arduino Mega with RAMPS v1.3 pin assignments
* RIGIDBOARD Arduino Mega with RAMPS v1.4 pin assignments
*/
#include "pins_RAMPS_13.h"
#include "pins_RAMPS_14.h"
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
#undef Z_MAX_PIN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment