Ok so I'm wondering what lines to change if possible to allow my LCD to show x and y coordinates?
Ok so after playing around I got it Working!!!!
in uimenu.h
find the following:
UI_PAGE4(ui_page1,"\005%ec/%Ec\002B%eB/%Eb\002","Z:%x2","Mul:%om Buf:%oB","%os");
and replace with
UI_PAGE4(ui_page1,"\005%ec/%Ec\002B%eB/%Eb\002","X:%x0 Y:%x1","Z:%x2 Buf:%oB","%os");
or (my personal favorite Line 1 = Extruder Temp and Buffer, Line 2 = X & Y coordinates, Line 3 = Z & Extruder coordinates)
UI_PAGE4(ui_page1,"\005%ec/ Buf:%oB","X:%x0 Y:%x1","Z:%x2 E:%x3","%os");
Edited 2 time(s). Last edit at 09/18/2013 11:58PM by enixidfrag.