here is what i am using:
#define FEATURE_AUTOLEVEL 1
#define FEATURE_SOFTWARE_LEVELING 0
#define Z_PROBE_X1 8
#define Z_PROBE_Y1 8
#define Z_PROBE_X2 208
#define Z_PROBE_Y2 8
#define Z_PROBE_X3 8
#define Z_PROBE_Y3 208
#define BED_LEVELING_METHOD 1
#define BED_CORRECTION_METHOD 0
#define BED_LEVELING_GRID_SIZE 1
#define BED_LEVELING_REPETITIONS 1
When i use the 3 point leveling (#define FEATURE_AUTOLEVEL 0) it goes to its probe locations fine, but when i set it to the above for a 4 point (grid size 1) it does not work right, it will go to a not quite home position (x8,y8) then zips to the max x and y and just keeps trying to go more till i hit the estop?