Option for Trigorilla 1.4 with add-on endstops board (#16737)

This commit is contained in:
Jason Smith 2020-01-31 19:51:59 -08:00 committed by GitHub
parent 300b81bfcb
commit 5b3d968634
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,13 @@
#endif
//
// Limit Switches
// Custom Limit Switches
//
#define X_MAX_PIN 43
#define Y_MIN_PIN 19
//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
#if ENABLED(ANYCUBIC_4_MAX_PRO_ENDSTOPS)
#define X_MAX_PIN 43
#define Y_MIN_PIN 19
#endif
// Labeled pins
#define TRIGORILLA_HEATER_BED_PIN 8