I’ve recently updated to FW 1.09 on my P1P and now the aux fan no longer automatically spins up after the first layer, happens with all profiles no matter what speed or layer I set it to.
I can manually control it via Studio and on the printer controls so the fan definitely works.
Prior to this, the Aux Fan worked without issue for over a year.
Just wondering if anyone else has also encountered this?
Is there some new G-Code I have to insert?
If it matters, I also have the additional motherboard fan installed and added to my G-Code (which I deleted and re-created from a new copy from the P1P preset just in case which I installed as per the Official Wiki Guide).
;=============turn on fans to prevent PLA jamming=================
M106 P3 S180
;Prevent PLA from jamming
M106 P2 S100 ; turn on big fan ,to cool down toolhead
and then just before the load line:
;========turn off light and wait extrude temperature =============
M1002 gcode_claim_action : 0
M106 S0 ; turn off fan
M106 P2 S0 ; turn off big fan
M106 P3 S0 ; turn off chamber fan
And that’s the only actual executions of that command.
Can this issue produce an abnormal fan speed error or a refusal to calibrate on a P1S? I’ve been fighting that issue for weeks now. BBL has sent almost an entire toolhead piecemeal and all of the parts are now replaced and it still doesn’t work.