Option for Trigorilla 1.4 with add-on endstops board (#16737)
This commit is contained in:
parent
300b81bfcb
commit
5b3d968634
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user