mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
🩹 Fix/Add Malyan M300 E0_AUTO_FAN_PIN
This commit is contained in:
parent
cb6fd130ba
commit
96e3dfed46
1 changed files with 3 additions and 1 deletions
|
@ -90,4 +90,6 @@
|
|||
#define HEATER_0_PIN PA1 // HOTEND0 MOSFET
|
||||
#define HEATER_BED_PIN PA5 // BED MOSFET
|
||||
|
||||
#define AUTO_FAN_PIN PA8
|
||||
#ifndef E0_AUTO_FAN_PIN
|
||||
#define E0_AUTO_FAN_PIN PA8
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue