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

    mesh bed leveling issue

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    11
    392
    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.
    • fcwiltundefined
      fcwilt @morf33
      last edited by

      @morf33 said in mesh bed leveling issue:

      my printer is 220 x 220 and i have it were it homes in the middle .

      ; Axis Limits
      M208 X-13 Y-3 Z0 S1 ; set axis minima
      M208 X200 Y170 Z240 S0 ; set axis maxima

      Hi,

      What do you mean by "homes in the middle"?

      Thanks.

      Frederick

      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
      • morf33undefined
        morf33
        last edited by

        when you do autohome when it goes thru to do the endstops it will center on the center of the bed after it does the z probe of the bed . when i click mesh it starts in the middle of the bed . how do i get it to start at the corner like it should

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

          @morf33

          We need to see the code that is executed with you are probing the bed.

          Frederick

          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
          • morf33undefined
            morf33
            last edited by

            were would that info be what files do i need to post ?its the drop down menu for the mesh compensation.

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

              @morf33 said in mesh bed leveling issue:

              were would that info be what files do i need to post ?its the drop down menu for the mesh compensation.

              Here is something to get you started. It's not exactly the way I do it but it works.

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

              Frederick

              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
              • Phaedruxundefined
                Phaedrux Moderator
                last edited by

                Do you have a bed.g file? That may ultimately be what you're running from the drop down.

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • morf33undefined
                  morf33
                  last edited by

                  this is in the bed g file
                  ; bed.g
                  ; called to perform automatic bed compensation via G32
                  ;
                  ; generated by RepRapFirmware Configuration Tool v3.1.4 on Thu Jul 23 2020 14:47:56 GMT+0300 (Arabian Standard Time)
                  M561 ; clear any bed transform
                  G29 ; probe the bed and enable compensation

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

                    Where are the endstops physically located?
                    Does -X move to the left, +X to the right?
                    Does -Y move the nozzle to the front of the bed and +Y to the back?
                    Is the Y axis really only 170mm long and the X is 200mm?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    1 Reply Last reply Reply Quote 0
                    • morf33undefined
                      morf33
                      last edited by

                      oki set it to 170 becasue it would try to keep going but i now find out that the y is moving more than it should
                      10mm is 13mm when it moves so i need to adjust the steps ?

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

                        @morf33 said in mesh bed leveling issue:

                        M92 X100.00 Y100.00 Z400.00 E409.00 ; set steps per mm

                        You'd have to do the calculation knowing your belt tooth pitch and pulley tooth count as well as stepper resolution and microstepping, but I think your correct steps for X and Y is actually 80.

                        xy_steps_per_mm = (motor_steps_per_rev ∗ driver_microstep) / (belt_pitch ∗ pulley_number_of_teeth)
                        

                        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