-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] Is PID_FAN_SCALING working/implemented? #25091
Comments
It looks like this feature was lost in #24389 from Marlin/src/module/temperature.cpp |
I'll try to reimplement it then. Guess the cleanest way would be to add a Btw is |
Refactor PID classes for localized calculation
Refactor PID classes for localized calculation
Closing since PR #25096 has been opened. |
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
PID_FAN_SCALING
doesn't seem to be working, and thePIDRunner
doesn't use the Kf parameter of the PIDF struct. This lead me to believe PID_FAN_SCALING is not implemented into Marlin. Setting the Kf to high values (100) has no effect.Bug Timeline
12.12.2022
Expected behavior
The compensation to work. Or when the Kf parameter is set too high, the temperature to overshoot the set value when turning on the fan
Actual behavior
The kf parameter had no effect on the temperature
Steps to Reproduce
Version of Marlin Firmware
Marlin bugfix-2.1.x (Dec 12 2022 21:15:52)
Printer model
Ender 3
Electronics
SKR v1.3
Add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration.zip
The text was updated successfully, but these errors were encountered: