-
-
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
Configure extruder fan speed in menu #26839
base: bugfix-2.1.x
Are you sure you want to change the base?
Configure extruder fan speed in menu #26839
Conversation
There is also may be useful for you: classicrocker883/MRiscoCProUI#125 |
As I see this PR doesn't adjust extruder fan speed. |
d4e104c
to
399759a
Compare
c792921
to
37fb26b
Compare
37d77d6
to
aa44542
Compare
For what it's worth, but in latest Marlin (Bump distribution date (2024-09-25)) it's possible to increase fan speed, besides value 100%, which has no effect. But increasing to 99% works. |
399759a
to
f43310f
Compare
Ok, there is code setting PWM speed:
so when A==255 it calls I didn't debug it yet, but I guess that |
db57177
to
66814d5
Compare
66814d5
to
608b5d1
Compare
Fixed 100% speed, message moved to language file. |
This PR is draft.
Recently I replaced extruder fan, and new one is much stronger (and noisy) than old one. But it's impossible to change
EXTRUDER_AUTO_FAN_SPEED
speed without recompiling. and to find comfort noise level several iteration could be needed, as well to adjust per filament or ambient temperature.So I tried to add it to menu (currently Controller fans).
But with my current changes it's possible to go only down - speed could be reduced each time (i.e. it could be set consequently 90, 80, 70, etc), but it can't be increased back.
Any help appreciated. Thanks.