julianschill / klipper-led_effect

LED effects plugin for klipper
GNU General Public License v3.0
647 stars 117 forks source link

Unknown command: "STOP_LED_EFFECTS" #116

Closed abrenoch closed 1 year ago

abrenoch commented 1 year ago

Hey I have this mostly set up and working, but was looking for a way to turn off the LEDs. I found the STOP_LED_EFFECTS gcode command in the documentation, but klipper doesn't seem to recognize is. Followed the install instruction in the readme and haven't noticed any errors in my logs.

Any advice? Thanks!

julianschill commented 1 year ago

Weird. If the effects are working, the command MUST be there. Can't explain anything else. Check the spelling. Also get the list of commands with HELP and see if it is there.

abrenoch commented 1 year ago

Hey I had got some configs mixed up and the one I was using was not leveraging led_effects. Everything works as expected.