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

    Z sensor works but the mators do not align the table

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    6
    210
    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.
    • Vladimirundefined
      Vladimir
      last edited by

      Good afternoon.
      I can 't deal with the bed automatic leveling. The probe operates, but the motors do not align the bed. What am I doing wrong?
      In advance, thank you for your answerhomeall.g config.g bed.g

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

        @Vladimir said in Z sensor works but the mators do not align the table:

        but the motors do not align the bed.

        What do they do? Do they make it worse, or do they just take a few runs to get it aligned?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Vladimirundefined
          Vladimir
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • Vladimirundefined
            Vladimir
            last edited by

            When starting auto bed leveling from DWC, the probe (NPN output normally-open inductive or capacitive sensor) checks the bed tilt at two points, but does not automatically align it. If I understood correctly, then the engines should do this automatically, but they are silent ... (. P.S. table I intentionally set crookedly with a height difference of 0.5-1cm.

            1 Reply Last reply Reply Quote 0
            • Vladimirundefined
              Vladimir
              last edited by

              Good afternoon. Is it clear enough that I set out my question?

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

                In your config.g your G31 command is missing the XYZ offsets.

                G31 X0 Y0 Z0

                You'll need those for accurate probing results.

                https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe

                M584 X2 Y0:1 Z5:6 E3
                Are you sure these are the correct driver assignments? You don't mention what board you're using, or what firmware version.

                Your homeall looks to have some errors. First you're not using the z probe for homing.

                G91                     ; relative positioning
                G1 H2 Z10 F1800         ; опустить стол на __мм
                G1 H1 X-1000 Y-1000 F2400      ; X - домой
                G1 H2 X20 F1800
                ;G1 H1 Y-1000 F2400
                G1 H1 Z-1000 F1800        ; move Z down stopping at the endstop
                G90                     ; absolute positioning
                G92 Z0                  ; set Z position to axis minimum (you may want to adjust this)
                G92 X0
                

                Are you sure you want to force the position of the X axis to be 0 at the end of homeall?

                Z-Bot CoreXY Build | Thingiverse Profile

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