Configure extruder fan speed in menu#26839
Open
vovodroid wants to merge 5 commits intoMarlinFirmware:bugfix-2.1.xfrom
Open
Configure extruder fan speed in menu#26839vovodroid wants to merge 5 commits intoMarlinFirmware:bugfix-2.1.xfrom
vovodroid wants to merge 5 commits intoMarlinFirmware:bugfix-2.1.xfrom
Conversation
thisiskeithb
reviewed
Mar 3, 2024
|
There is also may be useful for you: classicrocker883/MRiscoCProUI#125 |
Contributor
Author
|
As I see this PR doesn't adjust extruder fan speed. |
d4e104c to
399759a
Compare
c792921 to
37fb26b
Compare
37d77d6 to
aa44542
Compare
Contributor
Author
|
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
Contributor
Author
|
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
Contributor
Author
|
Fixed 100% speed, message moved to language file. |
4354891 to
efa1758
Compare
3791e7d to
6ea4a16
Compare
52532da to
06c6c47
Compare
d803ef4 to
866ded4
Compare
866ded4 to
0f0c596
Compare
0f0c596 to
ea33870
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_SPEEDspeed 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.