Make the Autotune item(s) in the LCD menu optional#3253
Merged
thinkyhead merged 7 commits intoMarlinFirmware:RCBugFixfrom Mar 26, 2016
Merged
Make the Autotune item(s) in the LCD menu optional#3253thinkyhead merged 7 commits intoMarlinFirmware:RCBugFixfrom
thinkyhead merged 7 commits intoMarlinFirmware:RCBugFixfrom
Conversation
02dddc0 to
d6f92f9
Compare
nomukaiki
pushed a commit
to nomukaiki/Marlin
that referenced
this pull request
May 4, 2016
Some clean-up for example configuration files Follow-up and fix the PR MarlinFirmware#3253(Make the Autotune item(s) in the LCD menu optional): ・Update forgotten file(Felix/Configuration_DUAL.h) Follow-up the PR MarlinFirmware#3526(Configuration.h LCD & SDCard section rewrite): ・Add section of RigidBot Panel to RepRapWorld/Megatronics/Configuration.h Follow-up the PR MarlinFirmware#3576(Z Safe Homing for all): ・Adjust spacing Follow-up and fix the PR MarlinFirmware#3625(Print job statistics): ・Update forgotten file(Felix/Configuration_DUAL.h) ・Remove ambiguous character "f" in top of RigidBot/Configuration.h
CONSULitAS
pushed a commit
to CONSULitAS/Marlin-K8200
that referenced
this pull request
Aug 18, 2016
Some clean-up for example configuration files Follow-up and fix the PR MarlinFirmware#3253(Make the Autotune item(s) in the LCD menu optional): ・Update forgotten file(Felix/Configuration_DUAL.h) Follow-up the PR MarlinFirmware#3526(Configuration.h LCD & SDCard section rewrite): ・Add section of RigidBot Panel to RepRapWorld/Megatronics/Configuration.h Follow-up the PR MarlinFirmware#3576(Z Safe Homing for all): ・Adjust spacing Follow-up and fix the PR MarlinFirmware#3625(Print job statistics): ・Update forgotten file(Felix/Configuration_DUAL.h) ・Remove ambiguous character "f" in top of RigidBot/Configuration.h
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.
The Autotune LCD Menu Item introduced recently is enabled with no option to disable. This PR makes the menu item optional and disabled by default. The code saving is small, but it makes sense to make this optional for users who wish to turn it off after they have tuned their machine and flashed the settings.