Scott Lahteine
9 years ago
3 changed files with 19 additions and 19 deletions
@ -1,9 +0,0 @@ |
|||||
/**
|
|
||||
* Arduino Mega with RAMPS v1.3 pin assignments |
|
||||
* |
|
||||
* RAMPS_13_EFB (Extruder, Fan, Bed) |
|
||||
*/ |
|
||||
|
|
||||
#define IS_RAMPS_EFB |
|
||||
|
|
||||
#include "pins_RAMPS_13.h" |
|
@ -0,0 +1,9 @@ |
|||||
|
/**
|
||||
|
* Arduino Mega with RAMPS v1.4 pin assignments |
||||
|
* |
||||
|
* RAMPS_14_EFB (Extruder, Fan, Bed) |
||||
|
*/ |
||||
|
|
||||
|
#define IS_RAMPS_EFB |
||||
|
|
||||
|
#include "pins_RAMPS_14.h" |
Loading…
Reference in new issue