Remove 'Media Released' message#17272
Remove 'Media Released' message#17272thinkyhead merged 3 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
|
I agree that the item is kind of strange, but I think it's meant to be the analog for the Try seeing how the menu looks both with and without |
|
I think it might be fine to have the Now I noticed that auto-detected SD cards cannot be released but instead has the |
With an |
|
I think I understand, but would it be a problem to force this check initially when clicking the Media Menu? This way we could remove |
|
If your SD detect pin is working correctly then the SD card in the slot should already be mounted at startup. If no SD detect pin exists, Marlin just tries to mount the card anyway. |
|
Unless I'm missing something the MSG_CHANGE_MEDIA is still displayed if the detect pin is working and the card is mounted right? In that case, I don't see much difference. I might have to try it out though. |
Years of history behind decisions that are hard to understand on first encounter. |
|
Sorry I have to ask, but I have personally moved this line up above the release/change media menu item, because I thought it was nicer: Marlin/Marlin/src/lcd/menu/menu_main.cpp Line 223 in 6c8bc4f However, this is apparently already the case for condition Marlin/Marlin/src/lcd/menu/menu_main.cpp Line 123 in 6c8bc4f What is the reason that they are handled differently? |
|
With an encoder wheel the hardest-to-miss positions in the menu are the top and the bottom. |
39fe6ef to
7aed32d
Compare
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Description
I propose to remove the
Media Releasedmessage from the LCD menu, as I find it unnecessary.The
Attach Mediamenu should be sufficient to convey that the media is released.Also, since it is represented as a menu item and not a status message, some users might find it confusing and think something should happen when clicking it (or that something happens in the background?).
Benefits
Declutters the LCD menu by removing an item that does nothing.