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

    Bed Level compensation not working correctly

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    4
    20
    1.6k
    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.
    • StevePS3undefined
      StevePS3
      last edited by

      I did read somewhere, and this may be a complete red herring, that because parts of the bed are below zero then something needs to be done to the config to allow the head to move to a Z position < 0.

      As I say it may be a red herring. It was just something I read whilst attempting to search for a solution.

      I also think that I need to get my 6mm aluminium bed levelled. I'll have to find a machine shop that can skim it for me.

      1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @StevePS3
        last edited by fcwilt

        @steveps3 said in Bed Level compensation not working correctly:

        M561 ; clear any bed transform
        G28 ; home
        G30 P0 Y00 X150 Z-99999
        G30 P0 Y00 X150 Z-99999 ; probe near a leadscrew, half way along Y axis
        G30 P1 Y275 X150 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors

        M29 S2

        The first thing you need to do is edit, in config.g, the G31 X and Y parameter values to reflect the actual offset of the probe from the nozzle. You mentioned "approximately 5cm) which is a start.

        In the bed.g file you have G30 P0 Y00 X150 Z-9999 twice - it may not hurt but but it is redundant.

        You also have a M29 S2 - what is the reason for that?

        In your "start" gcode you have G29 S1 which loads the existing heightmap file. I don't see where you create the height map with a G29 S0.

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        StevePS3undefined 1 Reply Last reply Reply Quote 0
        • StevePS3undefined
          StevePS3 @fcwilt
          last edited by

          @fcwilt

          I've measured the difference now and it is 3cm behind the nozzle. So I've updated the config.h

          G31 P500 X0 Y30 Z3.75

          I've also updated the bed.h to remove one of the
          G30 P0 Y00 X150 Z-99999
          and also the M29 S2

          I think I was clearing the height map just so that start with a clean slate.

          The G29 S1 is performed as part of my start gcode.

          G21 ; set units to millimeters
          G32
          G29 S1
          M104 S[first_layer_temperature] ; set extruder temp

          I'll give those changes a try.

          StevePS3undefined fcwiltundefined 2 Replies Last reply Reply Quote 0
          • StevePS3undefined
            StevePS3 @StevePS3
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • StevePS3undefined
              StevePS3
              last edited by

              Something strange has happened. I don't know why but the height map is now being created with the first point being the bottom right. Up until now the first probe point has been bottom left. Other than that not a lot has changed. The compensation is still nowhere near what it should be.

              fcwiltundefined 1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @StevePS3
                last edited by

                @steveps3 said in Bed Level compensation not working correctly:

                Something strange has happened. I don't know why but the height map is now being created with the first point being the bottom right. Up until now the first probe point has been bottom left. Other than that not a lot has changed. The compensation is still nowhere near what it should be.

                When you specified the X and Y offsets of the probe you changed where the firmware had to move the probe to get to the specified points.

                It likely cannot get to one (or more) of the points being to close to the min/max limits on the X and/or Y axis.

                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                StevePS3undefined 1 Reply Last reply Reply Quote 0
                • fcwiltundefined
                  fcwilt @StevePS3
                  last edited by fcwilt

                  @steveps3 said in Bed Level compensation not working correctly:

                  The G29 S1 is performed as part of my start gcode.

                  My bad - I have corrected my post.

                  Where do you create the height map (G29 or G29 S0)?

                  Thanks.

                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                  StevePS3undefined 1 Reply Last reply Reply Quote 0
                  • StevePS3undefined
                    StevePS3 @fcwilt
                    last edited by

                    @fcwilt
                    Maybe. The head did go crashing into the frame of the printer until I changed the G30 positions.

                    1 Reply Last reply Reply Quote 0
                    • StevePS3undefined
                      StevePS3 @fcwilt
                      last edited by

                      @fcwilt
                      I think it’s a G29. It is whatever the command is under the compensate and calibrate button.

                      fcwiltundefined 1 Reply Last reply Reply Quote 0
                      • fcwiltundefined
                        fcwilt @StevePS3
                        last edited by

                        @steveps3 said in Bed Level compensation not working correctly:

                        @fcwilt
                        I think it’s a G29. It is whatever the command is under the compensate and calibrate button.

                        Got it.

                        I've seen the button but have never used it - I have my own macros for creating height maps.

                        Thanks.

                        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA