Pins spacing, 2.0.x parity
This commit is contained in:
parent
80784c4d11
commit
50d38e7d03
11 changed files with 105 additions and 16 deletions
15
Marlin/pins_5DPRINT.h
Normal file → Executable file
15
Marlin/pins_5DPRINT.h
Normal file → Executable file
|
|
@ -74,6 +74,14 @@
|
|||
#define DEFAULT_MACHINE_NAME "Makibox"
|
||||
#define BOARD_NAME "5DPrint D8"
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN 41
|
||||
#define SERVO1_PIN 42
|
||||
#define SERVO2_PIN 43
|
||||
#define SERVO3_PIN 44
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
|
|
@ -100,7 +108,9 @@
|
|||
#define E0_DIR_PIN 35 // A7
|
||||
#define E0_ENABLE_PIN 11 // C1
|
||||
|
||||
|
||||
//
|
||||
// Digital Microstepping
|
||||
//
|
||||
#define X_MS1_PIN 25 // B5
|
||||
#define X_MS2_PIN 26 // B6
|
||||
#define Y_MS1_PIN 9 // E1
|
||||
|
|
@ -128,3 +138,6 @@
|
|||
// Misc. Functions
|
||||
//
|
||||
#define SDSS 20 // B0
|
||||
|
||||
//DIGIPOTS slave addresses
|
||||
#define DIGIPOT_I2C_ADDRESS_A 0x2C // unshifted slave address for DIGIPOT 0x2C (0x58 <- 0x2C << 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue