Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    what is the meaning of these bed levelling numbers

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    5
    483
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • psychotik2k3undefined
      psychotik2k3
      last edited by psychotik2k3

      hi i have a crore XY with dual Z lead screw and i set the screw positions in my config.g like this

      ;set screws position
      M671 X396:-38 Y176:176 S3				; for auto dual Z bed leveling
      

      and when i do this in my bed.g

      G28 Z
      G30 P0 X321 Y176 Z-99999 ; probe near a leadscrew, half way along Y axis
      G30 P1 X33 Y176 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
      

      (and yes my motor are configured that way because extruder 2 move the right z motor and extruder 4 moves the left z motor)
      i got this result:

      Leadscrew adjustments made: 0.173 0.169, points used 2, (mean, deviation) before (0.171, 0.001) after (-0.000, 0.000)
      

      so what are these adjustement number ??? mm ? leadscrew turn ???

      i'm asking because when i launch 3 times the G32 here is what i have

      Leadscrew adjustments made: 0.172 0.176, points used 2, (mean, deviation) before (0.174, 0.001) after (-0.000, 0.000)
      
      Leadscrew adjustments made: 0.175 0.175, points used 2, (mean, deviation) before (0.175, 0.000) after (0.000, 0.000)
      
      Leadscrew adjustments made: 0.173 0.169, points used 2, (mean, deviation) before (0.171, 0.001) after (-0.000, 0.000)
      

      i was expecting to have a move on the first G32 but second and third should have very minimal deviations shouldn't they ?

      gloomyandyundefined 1 Reply Last reply Reply Quote 0
      • gloomyandyundefined
        gloomyandy @psychotik2k3
        last edited by

        @psychotik2k3 I think that is basically saying that your bed/system has a hump (or possibly dip) around the point you use for homing Z and the points you use to level the bed. So basically it is just moving the bed up/down so that the two (level) points are at the same height as the home point. I get a similar result (though in my case the movement is about 0.080).

        1 Reply Last reply Reply Quote 1
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by

          It might help to see your homez and an image of your heightmap being displayed.

          Z-Bot CoreXY Build | Thingiverse Profile

          psychotik2k3undefined 1 Reply Last reply Reply Quote 0
          • psychotik2k3undefined
            psychotik2k3 @Phaedrux
            last edited by

            @phaedrux you mean that i should have a move because of the delta between my home z point and the 2 points where i set the 2 points probe... ok so that's why i do have same numbers approximately
            the spike in the middle far is because i put a pc thermistor between the bed and flexplate so i have the temp on the upper side of the bed and get rid of most of the thermal inertia

            6fbf691f-4ae1-429b-b968-f0d8e1953923-image.png

            RepRapFirmware height map file v2 generated at 2021-04-20 22:10, min error -0.168, max error 0.047, mean -0.080, deviation 0.052
            xmin,xmax,ymin,ymax,radius,xspacing,yspacing,xnum,ynum
            33.00,320.00,68.00,311.00,-1.00,32.00,27.00,9,10
              0.005,  0.023, -0.033, -0.062, -0.100, -0.110, -0.102, -0.100, -0.062
              0.000,  0.007, -0.053, -0.075, -0.100, -0.098, -0.112, -0.100, -0.040
             -0.017,  0.005, -0.062, -0.088, -0.098, -0.102, -0.115, -0.102, -0.053
             -0.025, -0.015, -0.047, -0.090, -0.112, -0.100, -0.118, -0.110, -0.065
              0.000, -0.003, -0.043, -0.088, -0.112, -0.098, -0.105, -0.110, -0.085
             -0.020,  0.005, -0.055, -0.100, -0.132, -0.132, -0.122, -0.125, -0.075
             -0.023,  0.003, -0.078, -0.132, -0.145, -0.155, -0.158, -0.128, -0.072
              0.007,  0.013, -0.082, -0.118, -0.168, -0.150, -0.158, -0.138, -0.075
             -0.047, -0.007, -0.068, -0.110, -0.138, -0.158, -0.162, -0.140, -0.060
             -0.020, -0.060, -0.105, -0.122,  0.047, -0.033, -0.158, -0.148, -0.110
            
            psychotik2k3undefined 1 Reply Last reply Reply Quote 0
            • psychotik2k3undefined
              psychotik2k3 @psychotik2k3
              last edited by

              @psychotik2k3 oh and my Z home is this:

              G1 X 175 Y 175 F6000
              M558 F250 			   ; Set the probing speed
              G30
              M558 F30 			   ; Set the probing speed
              G30
              

              and my probe offset in config.g

              G31 P500 X32.5 Y67.5 Z3.75 ; for BLTouch
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA