Anycubic Trigorilla 1.4 Rev. 1.1 (#14357)
This commit is contained in:
committed by
Scott Lahteine
parent
f5afaaef5b
commit
71b2700c3c
@ -156,6 +156,8 @@
|
||||
#include "pins_TRIGORILLA_13.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(TRIGORILLA_14)
|
||||
#include "pins_TRIGORILLA_14.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(TRIGORILLA_14_11)
|
||||
#include "pins_TRIGORILLA_14.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(RAMPS_ENDER_4)
|
||||
#include "pins_RAMPS_ENDER_4.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(RAMPS_CREALITY)
|
||||
|
@ -26,6 +26,16 @@
|
||||
|
||||
#define BOARD_NAME "Anycubic RAMPS 1.4"
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#if MB(TRIGORILLA_14_11)
|
||||
#define SERVO0_PIN 5
|
||||
#define SERVO1_PIN 4
|
||||
#define SERVO2_PIN 11
|
||||
#define SERVO3_PIN 6
|
||||
#endif
|
||||
|
||||
// Labeled pins
|
||||
#define TRIGORILLA_HEATER_BED_PIN 8
|
||||
#define TRIGORILLA_HEATER_0_PIN 10
|
||||
|
Reference in New Issue
Block a user