Jason Smith
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
3 deletions
-
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
|
@ -38,10 +38,13 @@ |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// Limit Switches
|
|
|
// Custom Limit Switches
|
|
|
//
|
|
|
//
|
|
|
#define X_MAX_PIN 43 |
|
|
//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
|
|
|
#define Y_MIN_PIN 19 |
|
|
#if ENABLED(ANYCUBIC_4_MAX_PRO_ENDSTOPS) |
|
|
|
|
|
#define X_MAX_PIN 43 |
|
|
|
|
|
#define Y_MIN_PIN 19 |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
// Labeled pins
|
|
|
// Labeled pins
|
|
|
#define TRIGORILLA_HEATER_BED_PIN 8 |
|
|
#define TRIGORILLA_HEATER_BED_PIN 8 |
|
|