-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
cumulative patches + cleanup #2873
Conversation
I think this also fixes #2804 |
#2805 should be enough to fix your issue reported in #2804 (let me know if it was not enough to completely fix your issue and this PR fixes it) but it is not able to handle 4 heaters such as 2 hotend+bed+chamber. In particular, an invalid access in main memory (array defined as static in |
Correct, #2805 is enough, but #2873 seems to supersedes it and #2804 is not merged, and should probably not be merged anymore after #2873. |
IMPROVEMENTS:
BUGFIXES:
fixes #2881 and wrong allocated buffer for temperature monitoring
fixes #2855
fixes #2854 (FR already implemented)
fixes #2851 (not an issue)
fixes #2849
fixes #2815
fixes #2814 (answer provided)
fixes #2786 (replaced by 2853)
fixes #2797
PR STATE: ready for merge