Skip to content
Snippets Groups Projects
Commit efb0491d authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Merge branch 'Development' into issue_1499

Merging latest upstream changes
parents 978d114c 961998cf
Branches
Tags
No related merge requests found
......@@ -4,6 +4,8 @@
#include "pins_RAMPS_13.h"
#define Z_ENABLE_PIN 63
#define X_MAX_PIN 2
#define Y_MAX_PIN 15
#define Z_MAX_PIN -1
......
......@@ -8,6 +8,20 @@
#define LARGE_FLASH true
// Servo support
#ifdef NUM_SERVOS
#define SERVO0_PIN 46 //AUX3-6
#if NUM_SERVOS > 1
#define SERVO1_PIN 47 //AUX3-5
#if NUM_SERVOS > 2
#define SERVO2_PIN 48 //AUX3-4
#if NUM_SERVOS > 3
#define SERVO2_PIN 49 //AUX3-3
#endif
#endif
#endif
#endif
#define X_STEP_PIN 58
#define X_DIR_PIN 57
#define X_ENABLE_PIN 59
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment