-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] RRF M150 support #2216
Comments
Any plan to implement this @bigtreetech , @digant73, @Msq001? |
Hello, So adding an |
Sadly no. I configured it based on the reccomendation to the RRF port, but seems like there is a syntax difference or something. The standalone commands from terminal works, but the predefined buttons in the LED menu dont. |
Can you help test whether |
I can test it when I get home to my printer, but as far as I remember these commands worked from terminal perfectly. In fact I was only able to use the terminal to control my lights, so these should work. |
Hello, I just conducted a test. In fact, the TFT firmware can normally control the color of neopixel now. Is your TFT firmware the latest version |
@xPew as reported by bigtreetech, it seems you are using an old TFT fw version (you also mentioned that from the LED menu you changed only r, g, b, w). Since some months now, the TFT fw also supports Neopixel. The LED menu gives you the possibility to set R, G, B, W, P, I. |
Thanks, I will check it at the weekend than again. I last tried it a few weeks back with the latest at the time, but the menu didn't worked, just manual command's. |
@xPew |
@digant73 @bigtreetech Sorry for the delay, had a busy week, but now I did the testing... The following format is working: M150 (X2) Rr Uu Bb Pp where: When I send a command like M150 R255 U0 B0 P255 with the web interface, the led turns red as expected. But when I press the red led button in the menu nothing happens. Oddly the terminal on the TFT cant change the color... The other features of the TFT works, so it communicates with the mainboard/fw, also I am using the latest firmware. Other commands from the TFT's terminal works fine, like M122. If you can change the code send by the TFT to this in case of RRF I can test it prior merging. |
good it fixed the issue. For the requested FRs, I think there is already someone else that could implement them (I don't have RRF, so I could not test it at all) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is your feature request related to a problem? Please describe.
Seems like the firmware as is, can't handle RBG LED settings on RRF.
Describe the solution you'd like
Please modify the current code to be compatible with RRF.
Additional context
None of the button's works for now (r, g, b, w, on, off or the colour mixer)
https://marlinfw.org/docs/gcode/M150.html
https://duet3d.dozuki.com/Wiki/M150
If you have a solution, I have configured NeoPixels to test with on RRF 3.3
The text was updated successfully, but these errors were encountered: