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

    Manual Bed Leveling Assistant huge values returned

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    12
    466
    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.
    • bdeliaundefined
      bdelia
      last edited by

      I have not created a height map yet. I am trying to set up my Capacitive NPN switch and the suggested steps include to first manually level the bed. I have done that by hand, now I wanted to get the Manual Bed Leveling Assistant working so I can dial in the bed level as best as possible before creating that height map.

      Do I have the steps wrong?

      Vetiundefined 1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti @bdelia
        last edited by

        @bdelia

        just run a G29 and look at the image. it will help

        bdeliaundefined 1 Reply Last reply Reply Quote 0
        • bdeliaundefined
          bdelia @Veti
          last edited by

          @Veti said in Manual Bed Leveling Assistant huge values returned:

          @bdelia

          just run a G29 and look at the image. it will help

          Ok, will do once I get back home. Thanks for the assistance in this.

          1 Reply Last reply Reply Quote 0
          • BoAundefined
            BoA @bdelia
            last edited by

            Probing twice the same point?

            G30 P0 X26 Y226 Z-99999 ; probe near an adjusting screw
            G30 P1 X26 Y226 Z-99999 ; probe near an adjusting screw
            
            bdeliaundefined 1 Reply Last reply Reply Quote 2
            • Phaedruxundefined
              Phaedrux Moderator @bdelia
              last edited by

              @bdelia said in Manual Bed Leveling Assistant huge values returned:

              G28 ; home

              What is in your homeall?

              Z-Bot CoreXY Build | Thingiverse Profile

              bdeliaundefined 1 Reply Last reply Reply Quote 0
              • bdeliaundefined
                bdelia @BoA
                last edited by

                @BoA said in Manual Bed Leveling Assistant huge values returned:

                Probing twice the same point?

                G30 P0 X26 Y226 Z-99999 ; probe near an adjusting screw
                G30 P1 X26 Y226 Z-99999 ; probe near an adjusting screw
                

                Well that explains the double tap on that corner 😉 Thanks for the proofreading!

                1 Reply Last reply Reply Quote 0
                • bdeliaundefined
                  bdelia @Phaedrux
                  last edited by

                  @Phaedrux said in Manual Bed Leveling Assistant huge values returned:

                  @bdelia said in Manual Bed Leveling Assistant huge values returned:

                  G28 ; home

                  What is in your homeall?

                  Here is my homeall

                  ; homeall.g
                  ; called to home all axes
                  ;
                  ; generated by RepRapFirmware Configuration Tool v3.1.9 on Sat Dec 05 2020 14:37:53 GMT-0800 (Pacific Standard Time)
                  G91                     ; relative positioning
                  G1 H2 Z5 F6000          ; lift Z relative to current position
                  G1 H1 X-270 Y-295 F1800 ; move quickly to X or Y endstop and stop there (first pass)
                  G1 H1 X-270             ; home X axis
                  G1 H1 Y-295             ; home Y axis
                  G1 X5 Y5 F6000          ; go back a few mm
                  G1 H1 X-270 F360        ; move slowly to X axis endstop once more (second pass)
                  G1 H1 Y-295             ; then move slowly to Y axis endstop
                  G90                     ; absolute positioning
                  G1 X25.914 Y53.86 F6000 ; go to first bed probe point and home Z
                  G30                     ; home Z by probing the bed
                  
                  ; Uncomment the following lines to lift Z after probing
                  ;G91                    ; relative positioning
                  ;G1 Z5 F100             ; lift Z relative to current position
                  ;G90                    ; absolute positioning
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • bdeliaundefined
                    bdelia
                    last edited by

                    Ok, first off I want to thank this community for always being willing to help out.

                    I think probing that one point twice that @BoA pointed out was the issue. I updated my bed.g file and all seems good now.

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

                      @bdelia said in Manual Bed Leveling Assistant huge values returned:

                      ;M561 ; clear any bed transform

                      You may want to uncomment this, because you would want any mesh compensation or other bed surface alterations to be canceled when doing the leveling.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      bdeliaundefined 1 Reply Last reply Reply Quote 0
                      • bdeliaundefined
                        bdelia @Phaedrux
                        last edited by

                        @Phaedrux said in Manual Bed Leveling Assistant huge values returned:

                        @bdelia said in Manual Bed Leveling Assistant huge values returned:

                        ;M561 ; clear any bed transform

                        You may want to uncomment this, because you would want any mesh compensation or other bed surface alterations to be canceled when doing the leveling.

                        Thanks for the tip

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