-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fans in fluidd interface #15
Comments
We plan to fix this issue in the next few versions. Thank you for your suggestion! |
Any update progress? |
Due to the numerous suggestions we've received regarding the security of the printer system, we are currently making adjustments to the relevant updates. Additionally, there have been changes in the UI team, so it may take some more time. |
Can someone please explain to me exactly which fans these are? Hotend fan is clear to me. the other two are the mini fans on the left and back of the print head? [heater_fan hotend_fan] [heater_fan hotend_fan2] [heater_fan borad_fan] |
It is possible that it does not work with the old version of Klipper. It definitely works with Klipper 0.12. Make a backup of the printer.cfg and then open the file. Search for this section ##主板上大涡轮风扇 REPLACE WITH: [fan_generic auxiliary_cooling_fan] SEARCH FOR THIS: ##活性炭吹风扇 REPLACE WITH: [fan_generic chamber_circulation_fan] SEARCH FOR THIS: FAN1 吹模型风扇[output_pin fan0] REPLACE WITH: [fan_generic cooling_fan] SEARCH FOR THIS: [gcode_macro M106]
[gcode_macro M107] REPLACE WITH THIS: [gcode_macro M106]
[gcode_macro M107] |
These changes are based on version 0.10.0 of Klipper. The main issue is that the control system for the 3 Series machines, Xindi, uses hard-coded names for the fans. This means that if you only modify the The specific mapping is just like the one you provided. For now, without modifying Xindi, the easiest solution is to use the command |
Can you please rename in fluidd interface:
Fan 0
Fan 2
Fan 3
to something meaningful?
My understanding is that:
Fan 0 - part cooling fan
Fan 2 - Rapid Cooling / Auxiliary fan (in chamber, on the side)
Fan 3 - Chamber exhaust fan (with activated carbon filtering)
The text was updated successfully, but these errors were encountered: