mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-21 13:47:49 -06:00
Update Fan 2 and E0 Auto Fan pins for Trigorilla
This commit is contained in:
parent
0460406154
commit
43a55a9af4
2 changed files with 6 additions and 4 deletions
|
@ -30,7 +30,8 @@
|
||||||
|
|
||||||
#define IS_RAMPS_EFB
|
#define IS_RAMPS_EFB
|
||||||
#define RAMPS_D9_PIN 44
|
#define RAMPS_D9_PIN 44
|
||||||
#define ORIG_E0_AUTO_FAN_PIN RAMPS_D9_PIN
|
#define FAN2_PIN 9
|
||||||
|
#define ORIG_E0_AUTO_FAN_PIN 9
|
||||||
|
|
||||||
#include "pins_RAMPS_13.h"
|
#include "pins_RAMPS_13.h"
|
||||||
|
|
||||||
|
|
|
@ -30,9 +30,10 @@
|
||||||
|
|
||||||
#define IS_RAMPS_EFB
|
#define IS_RAMPS_EFB
|
||||||
|
|
||||||
#include "pins_RAMPS_13.h"
|
|
||||||
|
|
||||||
#define FAN2_PIN 44
|
#define FAN2_PIN 44
|
||||||
|
#define ORIG_E0_AUTO_FAN_PIN 44
|
||||||
|
|
||||||
|
#include "pins_RAMPS_13.h"
|
||||||
|
|
||||||
#undef E1_STEP_PIN
|
#undef E1_STEP_PIN
|
||||||
#undef E1_DIR_PIN
|
#undef E1_DIR_PIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue