Fan control on status page odd beta3.5.0-b2
-
This command controls my fan filter inside the chamber.
M106 P2 S1 ; on
M106 P2 S0 ;offAll the values below While printing
;Filter fan 12 v
M950 F2 C"out0" Q250 ; create fan on output, set its frequency
M106 P2 S0 H-1 C"Filter Fan" ; set fan value. Thermostatic control is turned onIf i look at the status on the dash board all is working ok
M106 P2 S1 ; on
M106 P2 S1 ; off
how ever if i look at them on the status screen
M106 P2 S1 ; on
all good so farM106 P2 S0 ; off
the Fan turns off, the status screen goes to zero but then climbs back to 100% ( Fan still off)
-
@moth4017 thanks for the report. tagging @chrishamm in this one as it looks to be a DWC issue.
-
@moth4017 It works OK on my setup with the second fan. AFAIR the sliders don't update if they are still selected. Can you spot any errors in the JS console (open via F12 -> JS Console)?