I'm trying to figure out my ABL G29 issues, and realized that the following lines in Configuration.h are _probably_ important.

Code:
    // Uncomment one of the following four lines so the Bed Topology Report can produce a map
    // that relates accurately to your bed orientation.  
    #define ORIGIN_FRONT_LEFT
    //#define ORIGIN_BACK_LEFT
    //#define ORIGIN_FRONT_RIGHT
    //#define ORIGIN_BACK_RIGHT
How can I determine what my origin is? On my i3v 10" printer, when I'm facing the LCD... the x,y homing occurs in farthest edge of the bed, on my right. Is that the "front_left" or "back_right?"