-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] in temperature.cpp #25953
Labels
Comments
mriscoc
added a commit
to mriscoc/Marlin
that referenced
this issue
Jun 9, 2023
_MINMAX_TEST must be defined as: ```cpp #define _MINMAX_TEST(N,M) (HOTENDS > N && TEMP_SENSOR_##N##_IS_THERMISTOR && defined(HEATER_##N##_##M##TEMP)) ```
PR: #25954 |
FYI: To save some time/work for yourself, you don't need to create an issue if you plan to submit a PR with a fix. |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Error in the definition of _MINMAX_TEST(N,M)
https://github.com/MarlinFirmware/Marlin/blob/f3cda01b959274e7930c2050f5e34aa1460791bc/Marlin/src/module/temperature.cpp#LL2946C6-L2946C6
Bug Timeline
Current bugfix
Expected behavior
_MINMAX_TEST must be defined as:
Actual behavior
_MINMAX_TEST is defined as:
Version of Marlin Firmware
Latest Marlin Bugfix
The text was updated successfully, but these errors were encountered: