Close



Results 1 to 10 of 396

Hybrid View

  1. #1
    Engineer-in-Training
    Join Date
    Feb 2015
    Posts
    371
    I too will see a similar correction matrix. Are you suggesting there may be something wrong?

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by tsteever View Post
    I too see a similar correction matrix. Are you suggesting there may be something wrong?
    No... Those numbers are expected. But if your printer was perfect, you would have 1.000000 going down the diagonal and 0.00000 everywhere else.

  3. #3

    Select 3 Point Matrix

    My bed is held at three points. I want Marlin to tap at those three points for autobed level. Currently my Marlin firmware is set to tap at four points, creating a rectangle of taps, namely:

    // these are the positions on the bed to do the probing
    #define LEFT_PROBE_BED_POSITION 15
    #define RIGHT_PROBE_BED_POSITION 170
    #define BACK_PROBE_BED_POSITION 180
    #define FRONT_PROBE_BED_POSITION 20

    How do I set Marlin to probe only three points that I define instead of four points? Also, G28 causes the hot end to home in the middle of the bed. How do I get it to home at the front left corner which is where it homed before I implemented auto bed leveling?

Tags for this Thread

Posting Permissions

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