Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Mesh bed compensation

    Tuning and tweaking
    3
    7
    163
    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.
    • james317
      james317 last edited by

      Hi Guys I have Railcore 2 tried to do mesh bed compensation and can’t seem to get it working
      added M557 X50:280 Y45:255 S230:210 ;Define Mesh Grid after G31
      1c7e50a3-bc27-442b-85ca-affb9d77016d-heightmap.csv
      S3D Slicer start script added G29 S1 after home all axes
      
      when I run M122
      Bed compensation in use:mesh
      Bed probe heights:0.000 0.000 0.000 0.000
      Should there be a value in probe heights ?

      1 Reply Last reply Reply Quote 0
      • aidar
        aidar last edited by

        Your S parameter in M557 command is wrong. S parameter is probe point spacing, means how many mm is between every probe points. In your command your mesh area starts with 50 and ends with 280 in x direction. And your spacing is 230. That means no probe points between 50 and 280, as next point is 230 away from 50. Same thing with y axis. Sorry my bad english, but i hope my explanation make sence. Try S parameter like 20 or so.

        james317 1 Reply Last reply Reply Quote 0
        • james317
          james317 last edited by

          Thanks for the reply I wanted only 4 corner probe points is that still wrong

          1 Reply Last reply Reply Quote 0
          • james317
            james317 @aidar last edited by

            @aidar Thanks I understand now will try later

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

              You also have the option of using P instead of S.

              M557 S is the spacing between points.
              M557 P is the number of points you want.

              https://duet3d.dozuki.com/Wiki/Gcode#Section_M557_Set_Z_probe_point_or_define_probing_grid

              So if you just want a 4 corner probe use P2 and it should try to fit 2 probe points in each direction for a total of 4.

              Z-Bot CoreXY Build | Thingiverse Profile

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

                @Phaedrux Sorry for the long reply just looked the now Thanks for the replay all sorted now

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

                  For what it's worth, I think a 3x3 grid for 9 points is probably the lowest you'd really want to go due to the way interpolation between points works, unless your bed is exceptionally flat. And with the railcore, maybe it is.

                  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