Skip to content

Commit

Permalink
Fix Malyan M300 E0_AUTO_FAN_PIN
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Jun 27, 2024
1 parent 1c35ea1 commit 1275fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/pins/stm32f0/pins_MALYAN_M300.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1275fc9

Please sign in to comment.