-
-
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
Fan motor does not work with RAMPS #44
Comments
Putting a -1 on EXTRUDER2 (HEATER_1_PIN) did it work. |
I am not familiar of the standard procedure here. I've reopened it so it can be fixed in the master. |
(I believe this has been fixed; anyway, issue created a long time ago; reopen if there's no fix in place) |
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. |
qw3rtrun
pushed a commit
to qw3rtrun/Marlin
that referenced
this issue
Sep 7, 2022
fix MarlinFirmware#44 error described here: MarlinFirmware#18516
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I realized Marlin 1.0 beta did not obey my commands for starting and stopping the FAN (M106 & M107). I looked at the Pins.h and I saw default values for FAN_PIN and EXTRUDER2 were the same value (9).
The text was updated successfully, but these errors were encountered: