Use limit switch overrides

This commit is contained in:
Scott Lahteine
2019-06-05 21:32:10 -05:00
parent 34d2801bbe
commit 9206c0e869
9 changed files with 90 additions and 90 deletions

View File

@@ -26,20 +26,14 @@
#define BOARD_NAME "Dagoma3D F5 RAMPS"
#ifdef E0_AUTO_FAN_PIN
#undef E0_AUTO_FAN_PIN
#endif
#define X_STOP_PIN 2
#define Y_STOP_PIN 3
#define Z_STOP_PIN 15
#define FIL_RUNOUT_PIN 39
#define E0_AUTO_FAN_PIN 7
#define X_MAX_PIN -1
#define X_MIN_PIN 2
#define Y_MAX_PIN 3
#define Y_MIN_MIN -1
#define Z_MAX_PIN -1
#define Z_MIN_PIN 15
#define FILRUNOUT_PIN 39
#define MOSFET_D_PIN -1
#define ORIG_E0_AUTO_FAN_PIN 7
//
// Import RAMPS 1.4 pins
//
#include "pins_RAMPS.h"