-
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
[Q] Can we now officially remove the M109 / M190 redirections? #1974
Comments
As far as I know BTT would like to solve this problem using another approach. We will see soon. |
I believe is was fixed with PR #402 but the "re-direction" was not removed. |
I'll second the official removal of this redirection, since there is no way to use custom code including regards |
I have noticed that the transitions work just fine as long as the printer doesn't sit idle for too long. I have found that if:
So far, I was off on a trip out of town over the last week. I left the printer on. When I got back today, I started a print and the LEDs did not respond as predicted. I did the same as # 1 above, and they were working just fine after that. I have not found anything other than serial issues when searching for the reasoning of these "bypasses". There is still an issue and I am trying to describe them the best as I can as I try to get this figured out. |
Thank you |
Thank you Sir! 😃👍 |
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. |
I have seen that the M109 / M190 have been redirected to M104 / M140 respectively.
The original issue of not waiting for that process to finish seems to have been corrected.
I, personally, have removed the redirection for now by commenting out these lines:
https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/blob/master/TFT/src/User/API/interfaceCmd.c#L638
and
https://github.com/bigtreetech/BIGTREETECH-TouchScreenFirmware/blob/master/TFT/src/User/API/interfaceCmd.c#L708
Testing it seems to be running just fine and temperature LED transitions work just fine.
Can we revert this redirection? Or is there another fix/angle being worked on still?
The text was updated successfully, but these errors were encountered: