EricHigdon / OctoPrint-RGB_status

Adds RGB LED support to OctoPrint with the ability to choose effects based on the current status of your printer
33 stars 12 forks source link

Add ability to kill an effect part of the way through it's iteration #52

Closed EricHigdon closed 4 years ago

EricHigdon commented 4 years ago

Right now, killing an effect waits for it's iterations to be over before terminating. If I pass the queue down to the effect functions, I should be able to exit the effect early.

EricHigdon commented 4 years ago

Done in eea50e4