Page 1 of 1

How to rearrange the LCD menu

Posted: Tue Nov 19, 2013 9:03 am
by mrbi11
Mainly i just used the sd card menu, so it was annoying it is scrolled way off screen.
And its kind of annoying to have to scroll down at all.
Also, why is back the top menu item every where?, wait a few seconds it goes back by itself.

A few small changes to uimenu.h (below) puts...

1st menu item is SD card (not Back)
2nd main menu item is back

1st sd card menu item is print file
2nd is back

changes are below. Suggest you run a compare or diff to make sure the "before" versions match.
the only changes should be the order of menu entries where sd_card_xxx shows up.
If you don't have a difference program, winmerge is a free one (google it).
KEEP A BACKUP COPY OF THE original arduino uimenu.h file!

Now, click -> main menu, click -> sd_menu, click ->file select menu
No scrolling till you pick the file.
click click click, pick a file. Yea!

--------------------------...\RostockMAX-master\FIRMWARE\Repetier
uimenu.h
(24.02 KiB) Downloaded 209 times

Re: How to rearrange the LCD menu

Posted: Tue Dec 10, 2013 10:14 pm
by Eaglezsoar
Thank you for posting this.

Re: How to rearrange the LCD menu

Posted: Tue Dec 10, 2013 11:38 pm
by 0110-m-p
Without browsing all the code...is there an easy way to changed the direction of scrolling based on the knob? I want to turn the knob clockwise and go down in the menu.