Browse Source

Prepare Ramps for user redefinition

pull/1/head
Richard Wackerbarth 9 years ago
parent
commit
3b2973da6a
  1. 10
      Marlin/pins_RAMPS_13.h

10
Marlin/pins_RAMPS_13.h

@ -41,7 +41,9 @@
#define X_DIR_PIN 55 #define X_DIR_PIN 55
#define X_ENABLE_PIN 38 #define X_ENABLE_PIN 38
#define X_MIN_PIN 3 #define X_MIN_PIN 3
#define X_MAX_PIN 2 #ifndef X_MAX_PIN
#define X_MAX_PIN 2
#endif
#define Y_STEP_PIN 60 #define Y_STEP_PIN 60
#define Y_DIR_PIN 61 #define Y_DIR_PIN 61
@ -98,8 +100,6 @@
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#define KILL_PIN 41 #define KILL_PIN 41
#else
#define KILL_PIN -1
#endif #endif
#if MB(RAMPS_13_EFF) #if MB(RAMPS_13_EFF)
@ -271,3 +271,7 @@
#define MISO_PIN 50 #define MISO_PIN 50
#define MOSI_PIN 51 #define MOSI_PIN 51
#endif #endif
#ifndef KILL_PIN
// #define KILL_PIN -1
#endif

Loading…
Cancel
Save