Closed xPatrikTwitch closed 1 month ago
This pull request implements support for fans with multiple RPM values and adds the "fan_multi" type. The changes primarily affect the display of fan RPM in the UI and the handling of different fan types in the store.
Change | Details | Files |
---|---|---|
Implement support for multiple RPM values in fan display |
|
src/components/inputs/MiscellaneousSlider.vue |
Add support for 'fan_multi' type |
|
src/components/inputs/MiscellaneousSlider.vue src/store/printer/getters.ts |
Update fan-related getters in the store |
|
src/store/printer/getters.ts |
@xPatrikTwitch pls ignore the bot. we are testing it right now...
will the module fan_multi be merged in upstream Klipper?
@xPatrikTwitch pls ignore the bot. we are testing it right now...
will the module fan_multi be merged in upstream Klipper?
There is a pull request open https://github.com/Klipper3d/klipper/pull/6691
Description
Changes how the fan rpm is displayed so it can be an array of multiple rpm values and also adds support "fan_multi" a fan that can have multiple tachometer_pins defined (https://github.com/xPatrikTwitch/klipper/blob/master/klippy/extras/fan_multi.py) (This does not break normal fans with one rpm value)
Related Tickets & Documents
none
Mobile & Desktop Screenshots/Recordings
[optional] Are there any post-deployment tasks we need to perform?
none
Summary by Sourcery
Add support for fans with multiple RPM values and introduce the 'fan_multi' type, enhancing the GUI to display these values appropriately.
New Features:
Enhancements: