We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313716e commit e07a059Copy full SHA for e07a059
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
@@ -88,8 +88,15 @@
88
#ifndef FIL_RUNOUT_PIN
89
#define FIL_RUNOUT_PIN 33
90
#endif
91
+ #define HEATER_BED_PIN MOSFET_B_PIN // HEATER1
92
+ #else
93
+ #ifndef FIL_RUNOUT_PIN
94
+ #define FIL_RUNOUT_PIN 19
95
+ #endif
96
97
- // Chiron swaps the Z stepper connections
98
+ #if EITHER(TRIGORILLA_MAPPING_CHIRON, SWAP_Z_MOTORS)
99
+ // Chiron and some Anycubic i3 MEGAs swap Z steppers
100
#define Z_STEP_PIN 36
101
#define Z_DIR_PIN 34
102
#define Z_ENABLE_PIN 30
@@ -99,12 +106,6 @@
106
#define Z2_DIR_PIN 48
107
#define Z2_ENABLE_PIN 62
108
#define Z2_CS_PIN 40
-
103
- #define HEATER_BED_PIN MOSFET_B_PIN // HEATER1
104
- #else
105
- #ifndef FIL_RUNOUT_PIN
- #define FIL_RUNOUT_PIN 19
- #endif
109
110
111
0 commit comments