Skip to content
Snippets Groups Projects
Commit 2230ef6e authored by ferengi82's avatar ferengi82 Committed by Scott Lahteine
Browse files

MKS SGen-L pins EEBF or EFBF scheme (#16296)

parent 24eaf2d7
Branches
Tags
No related merge requests found
......@@ -166,7 +166,15 @@
//
#define HEATER_BED_PIN P2_05
#define HEATER_0_PIN P2_07
#define HEATER_1_PIN P2_06
#if HOTENDS == 1
#ifndef FAN1_PIN
#define FAN1_PIN P2_06
#endif
#else
#ifndef HEATER_1_PIN
#define HEATER_1_PIN P2_06
#endif
#endif
#ifndef FAN_PIN
#define FAN_PIN P2_04
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment