google / OctoPrint-LEDStripControl

OctoPrint plugin that intercepts M150 GCode commands and controls local GPIOs connected to LEDs.
Apache License 2.0
64 stars 50 forks source link

getting the wrong colours #8

Closed nowkillkennys closed 7 years ago

nowkillkennys commented 7 years ago

hello when i type the commands as follows incorrect colours come up

M150: Set Status LED Color - Use R-U-B for R-G-B M150 R255 ; Turn LED red (blue) M150 R255 U127 ; Turn LED orange M150 ; Turn LED off M150 R U B ; Turn LED white I ALSO GET PURPLE AND yellow im using 33 for red 32 for green 12 blue

precision commented 7 years ago

What colors do you get if you do each of the following?

M150 R
M150 U
M150 B
precision commented 7 years ago

No response, please reopen if you're still having this issue.