Closed classicrocker883 closed 11 months ago
Please submit a PR with these changes so it can be reviewed.
How would this work for something like the Artillery Sidewinder? I can never define a TFT and just tried to add a Custom Menu item and it says no TFT is defined, sort of a catch 22
How would this work for something like the Artillery Sidewinder?
This Sidewinder’s TFT is a standalone computer / G-code sender and runs separate firmware.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
Input Shaping Menu
for editing the values through the LCD.
in file --> lcd/e3v3/proui/dwin.cpp
under
void Draw_Prepare_Menu()
addthis following was below
#endif // HAS_TOOLBAR
added above// Special Menuitem Drawing functions ===========
Additional context
this is how I was able to get the Input Shaping Menu to work in the ProUI for Ender3v2 / Voxelab Aquila lcd.
if any changes can be made, let me know. but i tested and it does work.