ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h
|
@ -106,10 +106,10 @@ |
|
|
#else |
|
|
#else |
|
|
|
|
|
|
|
|
#define HEATER_BED_PIN 14 // (bed)
|
|
|
#define HEATER_BED_PIN 14 // (bed)
|
|
|
#define X_ENABLE_PIN -1 |
|
|
#define X_ENABLE_PIN 4 |
|
|
#define Y_ENABLE_PIN -1 |
|
|
#define Y_ENABLE_PIN 4 |
|
|
#define Z_ENABLE_PIN -1 |
|
|
#define Z_ENABLE_PIN 4 |
|
|
#define E0_ENABLE_PIN -1 |
|
|
#define E0_ENABLE_PIN 4 |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|