Quote Originally Posted by Roxy View Post
Did you see this in the BeckDac Configuration.h file?
Code:
    // set the max number of grid points per dimension
    // The G29 command defaults to 3 if nothing is specified.  But setting the number of probed 
    // points higher is very useful when getting a Bed Topology Report  (G29 n 5 T)
    #define AUTO_BED_LEVELING_GRID_POINTS 5
Yes I did, mine was set to 3 but when i tried 4 or 5 instead it does not change the number of points sampled. I tried clearing my eeprom before uploading my changed firmware with no success. I also tried running an M502 then M500 to re-write the eeprom settings with the new firmware and i still only get a 3x3 grid (9 point sample).