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

    Mesh Bed Compensation and Bed Leveling

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    6
    766
    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.
    • KnineDHPundefined
      KnineDHP
      last edited by KnineDHP

      I have a Railcore and something is not working with bed leveling and the Mesh grid. both my right sides are -Z and both the left are +Z the bed leveling should fix this. i will post the configs below.

      What i don't understand is why is it not just lowering the left or raising the right to get it closer?

      Thank you all in advance for looking at this.

      config.g

      Bed.G
      M561
      G30 P0 X10 Y48 Z-99999
      G30 P1 X10 Y254 Z-99999
      G30 P2 X300 Y185 Z-99999
      G1 X0 Y0 F5000

      Prep to print script
      G28
      G32
      G32
      G32
      G28 Z
      G91
      G1 Z5
      M557 X48:254 Y48:254 S206
      G29
      G28 Z

      Result of the mesh output
      Front left X48 Y48 Z0.051
      Rear Left X48 Y254 Z0.031
      Front Right X254 Y48 Z-0.035
      Rear Right X254 Y254 Z-0.082
      0_1552697821249_7de23002-8b37-4b01-9c58-f19e8d4fcbd9-image.png

      0_1552699163878_f6df3952-3e0b-4dbf-a485-a0b4d5b0aefe-image.png

      1 Reply Last reply Reply Quote 0
      • KnineDHPundefined
        KnineDHP
        last edited by

        Any thoughts? Days of trying and I can't solve for this.

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

          Can you post your homing files? and your Bed.g? Maybe also config?

          Z-Bot CoreXY Build | Thingiverse Profile

          KnineDHPundefined 1 Reply Last reply Reply Quote 0
          • KnineDHPundefined
            KnineDHP @Phaedrux
            last edited by

            @phaedrux Bed.G and config.G are in the original post. Here are all the home files.

            Thank you

            homez.g
            homey.g
            homex.g
            homeall.g
            config.g
            bed.g

            1 Reply Last reply Reply Quote 0
            • KnineDHPundefined
              KnineDHP
              last edited by

              I think i found it i at some point lost a S3 in bed.g

              dc42undefined 1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators @KnineDHP
                last edited by

                @kninedhp said in Mesh Bed Compensation and Bed Leveling:

                I think i found it i at some point lost a S3 in bed.g

                That would explain it. Without S3 on the last G30 command, it won't adjust the leadscrews.

                Also I notice that both the last two G30 lines in bed.g use P2. So the 4th point will overwrite the 3rd one. Change P2 to P3 on the last G30 command (as well as adding the S3 parameter)..

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

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