-
-
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
Configuration.h LCD & SDCard section rewrite #3526
Configuration.h LCD & SDCard section rewrite #3526
Conversation
@thinkyhead how do you do this "jbrazio committed with thinkyhead 2 days ago", when I applied your patch with |
The commits I gathered from your branch, copied into a new branch that I pushed to my git remote add jbrazio [email protected]:jbrazio/Marlin.git
git fetch jbrazio
git checkout jbrazio/doc/sdcard-panel-rewrite -b rc_lcd_config_comments
. . . |
Got it, should have added your repo as a remote to mine so the info is not lost, we're always learning ! |
Fix for PR #3526(Configuration.h LCD & SDCard s...
* RCBugFix: (251 commits) Fix for PR MarlinFirmware#3526(Configuration.h LCD & SDCard s... Additional follow-up the PR MarlinFirmware#3631(Encapsulate S... Cleanup, debug strings in Planner::adjusted_position Fix BABYSTEPPING, add it to Travis test 8.3-filenames second try Revisited German translation Follow-up the PR MarlinFirmware#3631(Encapsulate Stepper, ... Some clean-up for example configuration files Revert PR 3648 to fix SD printing Include more fans in sensitive pins list Use #undef in AZTEEG_X3_PRO for RAMPS overrides NOOP macro for do-nothing macros Updated comment for THERMAL_PROTECTION_BED Introduce temp watch protection for the bed Updated version header gen script Encapsulate dual Z endstop handling A little extra gcode_T spacing Planner singleton class Localize M119 in Endstops class Stepper and Endstops as singleton objects ... # Conflicts: # Marlin/Configuration.h # Marlin/Configuration_adv.h # README.md
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
Fix for PR MarlinFirmware#3526(Configuration.h LCD & SDCard section rewrite) It removes duplicated BQ_LCD_SMART_CONTROLLER.
…i/Marlin into configurations/KosselXL * 'configurations/KosselXL' of https://github.com/nomukaiki/Marlin: (254 commits) Working version with Endstops New settings Fix for PR MarlinFirmware#3526(Configuration.h LCD & SDCard s... Additional follow-up the PR MarlinFirmware#3631(Encapsulate S... Cleanup, debug strings in Planner::adjusted_position Fix BABYSTEPPING, add it to Travis test 8.3-filenames second try Revisited German translation Follow-up the PR MarlinFirmware#3631(Encapsulate Stepper, ... Some clean-up for example configuration files Revert PR 3648 to fix SD printing Settings with BLTouch Include more fans in sensitive pins list Use #undef in AZTEEG_X3_PRO for RAMPS overrides NOOP macro for do-nothing macros Updated comment for THERMAL_PROTECTION_BED Introduce temp watch protection for the bed Updated version header gen script Encapsulate dual Z endstop handling A little extra gcode_T spacing ...
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
Fix for PR MarlinFirmware#3526(Configuration.h LCD & SDCard section rewrite) It removes duplicated BQ_LCD_SMART_CONTROLLER.
* configurations/KosselXL: (265 commits) New PID and Z pos Latest settings for nozzle V6 Delta segments per second Decreased delta segments Working version with Endstops New settings Fix for PR MarlinFirmware#3526(Configuration.h LCD & SDCard s... Additional follow-up the PR MarlinFirmware#3631(Encapsulate S... Cleanup, debug strings in Planner::adjusted_position Fix BABYSTEPPING, add it to Travis test 8.3-filenames second try Revisited German translation Follow-up the PR MarlinFirmware#3631(Encapsulate Stepper, ... Some clean-up for example configuration files Revert PR 3648 to fix SD printing Settings with BLTouch Include more fans in sensitive pins list Use #undef in AZTEEG_X3_PRO for RAMPS overrides NOOP macro for do-nothing macros Updated comment for THERMAL_PROTECTION_BED ... # Conflicts: # Marlin/Configuration.h # Marlin/Configuration_adv.h # Marlin/pins_RAMPS.h # Marlin/ultralcd.h
Building on #3496 – apply comment updates to remaining configs.