-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] MKS_GEN_L extruder fan not working #26971
Comments
This was "fixed" in #25717 since @Nomis-97 was following the schematic, but that doesn't match the pins diagram in pin numbers or pin counts/connector names and are likely typos in the schematic. Pin 7 has been mapped to HE1/J10 (as marked in the pins diagram) with an alternate use for |
I just traced FAN ( |
PR submitted that should hopefully resolve MKS Gen-L V1 pin issues once & for all: #26974 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
The extruder fan would not turn on when reaching or exceeding 50 degrees C. Tried old stable firmware I had (1.1.9), and it worked. After trying multiple configurations for 2.1.x and making sure all settings are correct, I compared the pins file for MKS_GEN_L and found that the wrong MOSFET was assigned to pin 7. Currently it sais #define MOSFET_B_PIN, but this should be #define MOSFET_D_PIN.
Changing to #define MOSFET_D_PIN and building the firmware again has fixed the issue for me!
I suppose everyone using this board will face the same issues, so could you update this please?
Bug Timeline
Around a year ago (same issue with old bugfix 2.1.x firmware I downloaded around a year ago)
Expected behavior
Extruder fan to start spinning above 50 degrees C
Actual behavior
Extruder fan never started spinning
Steps to Reproduce
Version of Marlin Firmware
bugfix 2.1.x 13-4-2024
Printer model
Artillery Genius
Electronics
Stock + BL touch
LCD/Controller
MKS TFT28 V1.0
Other add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Cura
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration bugfix 2.1.x 14-4-2024.zip
The text was updated successfully, but these errors were encountered: