For the unitiated, I’m using the absolute bleeding edge branch of Marlin devel-ubl, which provides an automated mechanism for mesh based leveling..So looking at the main readme, I sent G29 P1 M, however, only 6 points on the bed gets scanned.In my firmware I have set the following:#define MESH_MIN_X X_MIN_POS #define MESH_MAX_X X_MAX_POS #define MESH_MIN_Y Y_MIN_POS #define MESH_MAX_Y Y_MAX_POS #define MESH_NUM_X_POINTS 4 // Don’t use more than 15 points per axis #define MESH_NUM_Y_POINTS 4 #define MESH_HOME_SEARCH_Z 4 As per the screenshot: http://ift.tt/2bRb3sE It is clearly visible that there are 16 points that need to be populated, however only 6 are set.Anybody have a clue?Thanks http://ift.tt/2bYAc1L