Add both (previous and new) boot displays & Option to pre - Set Live Movement #456
classicrocker883
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
keep
HMI_Init()
at the beginning of startup. this will leave the startup like it was, but also include the new popup of firmware information.change
file --> lcd/e3v2/proui/dwin.cpp
remove
#if DISABLED(ProUIex)
--> line 1150remove
#endif
--> line 1162the following adds the option to preset the move in the Prepare/Move menu and keep the Live Movement.
this gives the ability to set the value of the position before any moving, as well as keeping the original that enables moving while turning the encoder knob.
change
line --> 2061-2-3
change each
SetMove*
add line --> 2695 (or anywhere else)
add line --> 2859 under
void Draw_Move_Menu()
add line --> 1648
file --> lcd/e3v2/proui/dwin.h
add line --> 153
bool SetLiveMove = false;
add line --> 257
void SetLiveMove();
Beta Was this translation helpful? Give feedback.
All reactions