Remove Mesh # Loaded and Buzz / beep when starting up printer #412
classicrocker883
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
It is not an issue, but a personal preference. A good candidate for a PR with a proper enabling LABEL switch |
Beta Was this translation helpful? Give feedback.
0 replies
-
This too surprised me with the recent firmware update. Is there a way to disable it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When the printer is turned on and you have the Mesh Loaded from any slot, you're greeted with a beep and with "Mesh 0 Loaded" or mesh 1 whatever slot you saved last.
I find it unnecessary. The only time this should be said or the beep should happen is when you manually select the slot to be loaded, or for whatever other reason, just not when the printer first starts up.
so to stop this....
in FILE --> Marlin/src/module/settings.cpp
copy lines 2851 - 2862 (remove
status = true;
)replace it with
take
and paste into dwin.cpp ~3618 under
void UBLLoadMesh()
like so
Beta Was this translation helpful? Give feedback.
All reactions