Clean up BOARD_NAME in pins

This commit is contained in:
Scott Lahteine
2019-07-09 21:29:14 -05:00
parent c0e917ea83
commit cb60001784
38 changed files with 69 additions and 71 deletions

View File

@@ -21,20 +21,13 @@
*/
#pragma once
#include "pins_RAMPS.h"
#undef BOARD_NAME
#define BOARD_NAME "MAKEBOARD_MINI"
#define BOARD_NAME "MAKEboard Mini"
//
// Only 3 Limit Switch plugs on Micromake C1
//
#undef X_MIN_PIN
#undef Y_MIN_PIN
#undef Z_MIN_PIN
#undef X_MAX_PIN
#undef Y_MAX_PIN
#undef Z_MAX_PIN
#define X_STOP_PIN 2
#define Y_STOP_PIN 15
#define Z_STOP_PIN 19
#include "pins_RAMPS.h"