Merge branch 'Development' into marlin_configurator
Merging latest upstream changes
This commit is contained in:
commit
8309b4f408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user