How to rearrange the LCD menu
Posted: Tue Nov 19, 2013 9:03 am
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
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