-
-
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] Changes in pins.h/pins_RAMPS.h breaks pin mapping for MSK GEN L #23478
Comments
This looks to work from my testing In Marlin/src/pins/ramps/pins_MKS_GEN_L.h delete add |
@ellensp thanks, as a temporary fix for myself I had to add a board check in pins.h to disable FET_ORDER_ defines: |
In
so there is no difference if I change in pins file pins_MKS_GEN_L.h, from
However if I change to
I get a complier error in PlatformIO. Why is that? My
|
@borland1 This is totally unrelated to described bug. PS: You have an issue because you confusing Extruder Fan and Cooling Fan. They cannot be connected to the same pin. If you wish to use auto fan feature you should have only one extruder (this is the case OPPOSITE to described setup) and connect extruder fan to E1 connector on MKS GEN_L and then use |
@borland1 FAN_PIN is a gcode controlled fan (ie M106/M107) can be turn on/off at any time. |
IS_RAMPS_EFB is now FET_ORDER_EFB |
Yes, thanks. Still on v2.07.2, but will change that when updating to later version. |
This issue also affected the MKS Gen 1.4, fans stopped working on this update, |
Please test the |
Fixed in #25717 |
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.0.x
code?Yes, and the problem still exists.
Bug Description
Default pin mapping for heaters and fan on MKS GEN L V1.0 in 2.0.9.2 and earlier was corresponding to silkscreen on the board as the following:
Default mapping in the 2.0.9.3 (incl. bugfix) is the following:
This leads to improper functioning of existing builds and the absence of a proper connector on D9 makes an impossible to connect a second extruder to the board w/o modifying the code.
Bug Timeline
2.0.9.3
Expected behavior
Mapping should be as in prev. version:
Actual behavior
Default mapping in the 2.0.9.3 (incl. bugfix) is the following:
Steps to Reproduce
N/A
Version of Marlin Firmware
2.0.9.3
Printer model
Creality Ender 3
Electronics
MKS GEN L
Add-ons
Custom dual extruder
Bed Leveling
UBL Bilinear mesh
Your Slicer
Simplify3D
Host Software
OctoPrint
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: