-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
🚸 Allow disable of "err" temperature #25036
Merged
thinkyhead
merged 6 commits into
MarlinFirmware:bugfix-2.1.x
from
trivalik:allowNegative
Feb 12, 2023
Merged
🚸 Allow disable of "err" temperature #25036
thinkyhead
merged 6 commits into
MarlinFirmware:bugfix-2.1.x
from
trivalik:allowNegative
Feb 12, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: "err" is intentional since the enabled thermistor is inaccurate below a specific temperature, so having a reading on the LCD/output is not very useful. |
@thinkyhead For whatever reason is the generated code more than 100 bytes bigger as before (I commend the "err" part out). |
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
from
December 11, 2022 18:58
52a9e5e
to
7e60d15
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
from
January 11, 2023 05:33
a71a62c
to
250fd60
Compare
thinkyhead
force-pushed
the
allowNegative
branch
from
February 3, 2023 03:36
fbe3a97
to
46727c2
Compare
thinkyhead
force-pushed
the
allowNegative
branch
3 times, most recently
from
February 3, 2023 04:02
11689ea
to
c40132d
Compare
thinkyhead
force-pushed
the
bugfix-2.1.x
branch
from
February 9, 2023 02:42
40e1292
to
339773d
Compare
thinkyhead
force-pushed
the
allowNegative
branch
from
February 12, 2023 03:06
c40132d
to
2427499
Compare
thinkyhead
force-pushed
the
allowNegative
branch
from
February 12, 2023 03:18
2427499
to
151dd73
Compare
deveth0
pushed a commit
to deveth0/Bigtree-SKR-Mini-v3-Ender3v2-Marlin
that referenced
this pull request
Feb 12, 2023
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
to thinkyhead/Marlin
that referenced
this pull request
Feb 22, 2023
Co-authored-by: Scott Lahteine <[email protected]>
LMBernardo
pushed a commit
to LMBernardo/Marlin
that referenced
this pull request
Mar 19, 2023
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
that referenced
this pull request
Apr 7, 2023
Co-authored-by: Scott Lahteine <[email protected]>
EvilGremlin
pushed a commit
to EvilGremlin/Marlin
that referenced
this pull request
Apr 8, 2023
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
that referenced
this pull request
Apr 10, 2023
Co-authored-by: Scott Lahteine <[email protected]>
thinkyhead
added a commit
to thinkyhead/Marlin
that referenced
this pull request
May 16, 2023
Co-authored-by: Scott Lahteine <[email protected]>
EvilGremlin
pushed a commit
to EvilGremlin/Marlin
that referenced
this pull request
May 17, 2023
Co-authored-by: Scott Lahteine <[email protected]>
tspiva
pushed a commit
to tspiva/Marlin
that referenced
this pull request
May 25, 2023
Co-authored-by: Scott Lahteine <[email protected]>
Andy-Big
pushed a commit
to Andy-Big/Marlin_FB_Reborn
that referenced
this pull request
Jul 9, 2023
Co-authored-by: Scott Lahteine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
It is winter, and in basement cold. I am wondering all the time why "err" was at my hot end. This pull request allows also to show negative values.
Requirements
display which set HAS_MARLINUI_U8GLIB
Benefits
Shows negative values, see difference between hotend and bed temperature at switch on of printer
Configurations
configuration is changed that default behavior is still in by add of:
SHOW_TEMPERATURE_ERROR_BELOW_ZERO
Related Issues
None