Merge pull request #1884 from shaggythesheep/feature_new_board_ramps_cnc_controller

Feature: Add RAMPS CNC Controller Board
This commit is contained in:
Scott Lahteine
2015-05-12 04:31:49 -07:00
3 changed files with 6 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
#include "pins_SETHI.h"
#elif MB(RAMPS_OLD)
#include "pins_RAMPS_OLD.h"
#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF)
#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF) || MB(RAMPS_13_SF)
#include "pins_RAMPS_13.h"
#elif MB(DUEMILANOVE_328P)
#include "pins_DUEMILANOVE_328P.h"