issue with led ratrig. turn off my MCU after 10 sec or little more

Hello there, I have a small and strange question that I have no idea about the problem. I've been using RatRig LEDs, which were working fine until about a week ago. Now, if I turn on my LEDs at 100%, it crashes my printer immediately. I have no idea what the problem is, and I've checked that the wires are properly connected. this is my config led [output_pin caselight] pin: PA3 pwm: true shutdown_value: 0 cycle_time: 0.0002 [gcode_macro LED_ON] gcode: SET_PIN PIN=caselight VALUE=1 [gcode_macro LED_PCT_IDLE] gcode: SET_PIN PIN=caselight VALUE=0.06 [gcode_macro LED_PCT_PRINT] gcode: SET_PIN PIN=caselight VALUE=0.4 [gcode_macro LED_OFF] gcode: SET_PIN PIN=caselight VALUE=0
4 Replies
SorcerousRose02
SorcerousRose02•4mo ago
Try to increase the cycle time to 0.0025
Thx4riposte
Thx4riposte•4mo ago
ty its working
SorcerousRose02
SorcerousRose02•4mo ago
Np! 😀