-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove lcd_menu_AutoLoadFilament #4763
base: MK3
Are you sure you want to change the base?
Conversation
All values in bytes. Δ Delta to base
|
@sarusani FYI theres a merge conflict now. |
a5f86bf
to
46110d3
Compare
46110d3
to
245b643
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
245b643
to
927d264
Compare
@sarusani Please Trying to think as a beginner this message still makes sense, but gets/seams "useless" information after a while. |
927d264
to
a174b0f
Compare
a174b0f
to
8e2a94d
Compare
@gudnimg @sarusani Created sarusani#1 please review if you have time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-approving
Added option to remove the "AutoLoad filament" LCD menu entry if autoload is enabled.
(#define REMOVE_AUTOLOAD_FILAMENT_MENU_ENTRY)
Saves 156 bytes of flash memory if enabled.
This will conflict with #4821. (I used the same "COMMUNITY FEATURES" header)
I will resolve the conflict after #4821 has been merged.