Fans not working after updating to RRF3.2
-
@fcwilt said in Fans not working after updating to RRF3.2:
On this one you have set the max speed to be 1 out of the range 0 to 255. Change the S parameter to 255 or 1.0.
1 is a valid input
-
@fcwilt Removed the nil ones
I cannot turn on the Fan0 from the dashboard.
Changed this to 255
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 S255 H1 T45 ; set fan 1 value. Thermostatic control is turned on
I do not see a difference. It does not turn on when printer starts/reboots like it used to.
And it does not work at 46deg either as it should. -
@jay_s_uk said in Fans not working after updating to RRF3.2:
@fcwilt said in Fans not working after updating to RRF3.2:
On this one you have set the max speed to be 1 out of the range 0 to 255. Change the S parameter to 255 or 1.0.
1 is a valid input
Yes if you want the max speed to be 1 instead of 255.
Frederick
-
@fcwilt said in Fans not working after updating to RRF3.2:
Yes if you want the max speed to be 1 instead of 255.
I'm sorry but that is incorrect.
1 is a valid input for full speed.
It does not need to be 1.0 -
@jay_s_uk I used to have it 1 in RRF2.05 and worked.
I do not think that is the problem either, and tried the 255 too as a value.No change
-
@jay_s_uk said in Fans not working after updating to RRF3.2:
I'm sorry but that is incorrect.
1 is a valid input for full speed.
It does not need to be 1.0Not according to the documentation.
-
These are my fully working fan settings for 3.2
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin out4 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
-
@jay_s_uk said in Fans not working after updating to RRF3.2:
These are my fully working fan settings for 3.2
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"fan1" Q500 ; create fan 1 on pin out4 and set its frequency M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
Then the firmware is not processing the parameter according to the documentation.
-
@fcwilt
If my setting of 1 is only setting 1/255 of the fan speed, then my printer would be able to fly with a setting of 255. -
@jay_s_uk said in Fans not working after updating to RRF3.2:
@fcwilt
If my setting of 1 is only setting 1/255 of the fan speed, then my printer would be able to fly with a setting of 255.I am simply following the documentation:
Snnn Fan speed (0 to 255 or 0.0 to 1.0)
Perhaps the firmware treats 1 as a special case - I don't know - I never tried it.
-
@GPetropoulos said in Fans not working after updating to RRF3.2:
@jay_s_uk I used to have it 1 in RRF2.05 and worked.
I do not think that is the problem either, and tried the 255 too as a value.No change
From the DWC console do this M98 P"config.g" and see if it reports any errors.
Frederick
-
-
@jay_s_uk said in Fans not working after updating to RRF3.2:
@fcwilt said in Fans not working after updating to RRF3.2:
I don't know - I never tried it.
Exactly
Why would I ignore the documentation?
-
@fcwilt This is the reply
M98 P"config.g" HTTP is enabled on port 80 FTP is disabled TELNET is disabled Error: Heater 3 not found Error: Height map file 0:/sys/heightmap.csv not found Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 255C
-
@GPetropoulos said in Fans not working after updating to RRF3.2:
I don't know if this error could be related to the fan problem but it cannot hurt to fix it.
Error: Heater 3 not found
You should not be trying to load the height map in your config.g file - so remove the G29 S1 - I doubt it is related to the fan problem but you never know.
Error: Height map file 0:/sys/heightmap.csv not found
Frederick
-
It should not matter as I did not change anything in the fans connections. But I added a BLtouch so posting a picture of the wiring just in case you see anything weird.
-
@fcwilt I do not think so either.
But not sure why there is an indication about heater 3 -
@Phaedrux Can you please take a look?
-
One thing I can note for the installation of BLtouch that did not really make sense,
But it does not respond to M280 P3 S10 as I expected for the config,
but it responds to M280 P0 S10. -
@GPetropoulos
can you post the outputs of the followingM950 F0 M950 F1 M106 P0 M106 P1