Skip to content
Snippets Groups Projects
Unverified Commit 5b3d9686 authored by Jason Smith's avatar Jason Smith Committed by GitHub
Browse files

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

parent 300b81bf
Branches
Tags
Loading
...@@ -38,10 +38,13 @@ ...@@ -38,10 +38,13 @@
#endif #endif
// //
// Limit Switches // Custom Limit Switches
// //
//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
#if ENABLED(ANYCUBIC_4_MAX_PRO_ENDSTOPS)
#define X_MAX_PIN 43 #define X_MAX_PIN 43
#define Y_MIN_PIN 19 #define Y_MIN_PIN 19
#endif
// Labeled pins // Labeled pins
#define TRIGORILLA_HEATER_BED_PIN 8 #define TRIGORILLA_HEATER_BED_PIN 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment