@nick9one1 said in toolboard endstop problem:
I removed the 1LC, reflowed the connectors with plenty of flux and cleaned with IPA - now working.
Sorry you received a poorly soldered 1LC. Do you have a picture of it before you resolder it?
But the part cooling fan doesn't start automatically. If I use the fan slider once the print has started it does work.
The slicer is set to enable it at layer two.
Your config:
M950 F1 C"121.out1" Q250 ; create cooling fan 1 on pin toolboard out1 and set its frequency
M106 P1 S0 H-1 B1 C"Part Cooling Fan" ; set fan 1 value. Thermostatic control is turned off
; Tools
M563 P0 D0 H1 F1 ; define tool 0
The part cooling fan F1 is defined as being part of tool 0, so any M106 S# command should turn it on or off. Either your slicer is outputting a P parameter (so trying to turn on a specific fan and not the part cooling fan), or it's setting S below the speed that the fan turns on at. So check the Gcode for M106 commands, and see what it is sending, then check by sending the same command. M106 S255 (or M106 S1) should set it full on.
Your config has the fan frequency as Q250, ie 250Hz. Check that the fan spins up when setting low PWM values - some fans don't like running on PWM, but changing the frequency can help.
Ian