Close



Results 1 to 10 of 14

Hybrid View

  1. #1
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    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

  2. #2
    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).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •