[2.0.x] Added a "Preheat custom" temp choice to "Change Filament" screen#11475
Merged
thinkyhead merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom Sep 10, 2018
Merged
Conversation
0226dcc to
834ea7f
Compare
9fb4e95 to
ad12b9b
Compare
5f6db62 to
d0c96ee
Compare
Contributor
|
Really this needs to save to eeprom. Right now I just crank up nozzle temp, it would be good to have a repeatable one click. Using PLA, ABS, NYLON & PETG all having different temperatures and different versions of those needing diff temperature, these menus seem a bit useless. 3-4 materials with saveable temperature for bed and nozzle would do much good with nothing but defaults hardcoded in the firmware. |
- Adds a "Preheat Custom" option under "Preheat ABS" and "Preheat PLA" in the "Change Filament" screen for custom temperature selection.
d04064a to
ce2e605
Compare
This file contains hidden or 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
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.
Adds a numeric "Preheat Custom" option under "Preheat ABS" and "Preheat PLA" in the "Change Filament" screen to allow for a custom temperature to be dialed in for exotic filaments.
This modification is proposed as a more general solution to PR #8214, which proposes adding a 3rd hard-coded preheat option.