Edit pin definitions for Trigorilla Board in i3 MEGA.
This commit is contained in:
@@ -89,15 +89,15 @@
|
|||||||
#define X_MIN_PIN 3
|
#define X_MIN_PIN 3
|
||||||
#endif
|
#endif
|
||||||
#ifndef X_MAX_PIN
|
#ifndef X_MAX_PIN
|
||||||
#define X_MAX_PIN 2
|
#define X_MAX_PIN 43
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef Y_STOP_PIN
|
#ifndef Y_STOP_PIN
|
||||||
#ifndef Y_MIN_PIN
|
#ifndef Y_MIN_PIN
|
||||||
#define Y_MIN_PIN 14
|
#define Y_MIN_PIN 42
|
||||||
#endif
|
#endif
|
||||||
#ifndef Y_MAX_PIN
|
#ifndef Y_MAX_PIN
|
||||||
#define Y_MAX_PIN 15
|
#define Y_MAX_PIN -1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef Z_STOP_PIN
|
#ifndef Z_STOP_PIN
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
#define Z_MIN_PIN 18
|
#define Z_MIN_PIN 18
|
||||||
#endif
|
#endif
|
||||||
#ifndef Z_MAX_PIN
|
#ifndef Z_MAX_PIN
|
||||||
#define Z_MAX_PIN 19
|
#define Z_MAX_PIN -1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
// Z Probe (when not Z_MIN_PIN)
|
// Z Probe (when not Z_MIN_PIN)
|
||||||
//
|
//
|
||||||
#ifndef Z_MIN_PROBE_PIN
|
#ifndef Z_MIN_PROBE_PIN
|
||||||
#define Z_MIN_PROBE_PIN 32
|
#define Z_MIN_PROBE_PIN 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@@ -54,7 +54,12 @@
|
|||||||
#define TG_FAN0_PIN 9 // Anycubic Kossel: Usually the part cooling fan
|
#define TG_FAN0_PIN 9 // Anycubic Kossel: Usually the part cooling fan
|
||||||
#define TG_FAN1_PIN 7 // Anycubic Kossel: Unused
|
#define TG_FAN1_PIN 7 // Anycubic Kossel: Unused
|
||||||
#define TG_FAN2_PIN 44 // Anycubic Kossel: Hotend fan
|
#define TG_FAN2_PIN 44 // Anycubic Kossel: Hotend fan
|
||||||
|
#define CONTROLLER_FAN_PIN TG_FAN1_PIN
|
||||||
|
#define FIL_RUNOUT_PIN 19
|
||||||
|
#define BEEPER_PIN 31
|
||||||
|
#define SDSS 53
|
||||||
|
#define LED_PIN 13
|
||||||
|
#define SD_DETECT_PIN 49
|
||||||
// Remap MOSFET pins to common usages:
|
// Remap MOSFET pins to common usages:
|
||||||
|
|
||||||
#define RAMPS_D10_PIN TG_HEATER_0_PIN // HEATER_0_PIN is always RAMPS_D10_PIN in pins_RAMPS.h
|
#define RAMPS_D10_PIN TG_HEATER_0_PIN // HEATER_0_PIN is always RAMPS_D10_PIN in pins_RAMPS.h
|
||||||
|
Reference in New Issue
Block a user