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

G29 compensation not enough

Scheduled Pinned Locked Moved
Tuning and tweaking
4
7
441
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.
  • undefined
    shirnschall
    last edited by shirnschall 5 Sept 2020, 20:50 9 May 2020, 20:47

    Hello,
    I am using auto bed compensation as well as auto tramming with 2 z-screws on my corexy 3d printer with a bltouch.
    Since I switched to a layer-height of 0.1mm I am having trouble with the first layer. It is not consistent and prints do not stick in one corner.

    The G29 heightmap shows that this corner is lower than the rest of the bed. However the printer is not compensating enough.

    I search online and found several other threads of people with similar looking heightmaps and the same problem. Unfortunately I have not found a solution yet.
    Other People with similar issues:
    https://forum.duet3d.com/topic/13275/ongoing-mesh-level-compensation-issues
    https://forum.duet3d.com/topic/9768/g29-maximum-amount-of-correction

    My heightmap:
    heightmap.PNG

    I have also attached the config files:
    config.g bed.g autotram.g homeall.g

    My printer: DIY 2020 extrusion CoreXY with E3D Tool-changing and Duet3 (https://github.com/shirnschall/HS-Bot-Project)

    undefined 1 Reply Last reply 10 May 2020, 12:56 Reply Quote 0
    • undefined
      shirnschall
      last edited by 9 May 2020, 20:56

      This is a testprint (3 concentric squares, 0.1mm layerheight) I did. You can see that prints are not sticking in the back right corner.
      058cc7c8-5cc4-4ee3-b477-7b0ba3ed59d9.jpg

      My printer: DIY 2020 extrusion CoreXY with E3D Tool-changing and Duet3 (https://github.com/shirnschall/HS-Bot-Project)

      1 Reply Last reply Reply Quote 0
      • undefined
        Phaedrux Moderator
        last edited by 10 May 2020, 05:13

        Can the Z axis physically lower the nozzle low enough to actually touch the bed at that dip?

        I had an issue on an Ender 3 where the bed was cupped in the middle and the Z axis endstop mount physically prevented the z axis and therefore nozzle from lowering enough to reach the dip in the center of the bed.

        It looks like your bed is generally tilted to down towards the back. Have you tried physically correcting the tilt?

        Z-Bot CoreXY Build | Thingiverse Profile

        undefined 1 Reply Last reply 10 May 2020, 12:00 Reply Quote 1
        • undefined
          gloomyandy
          last edited by 10 May 2020, 07:53

          A few thoughts that you may or may not be aware of....

          You might want to run multiple iterations of your auto tram code rather than just one (check the adjustment made each time it should converge to very small changes). I typically run three iterations. One thing to check is that the two points you are using in your auto tram should have pretty much the same height in the height map, it is hard to be sure but that does not look to be the case in your map. Also it is important to follow the same steps when creating the height map as when applying it, so if you auto tram, home z, apply map, you must do auto tram, home z, build map. Doing auto tram build map (no home Z) may give you different results. Oh and the same applies to heating the bed, make sure you give it long enough to come up to full temperature all over the bed before you auto tram and generate the mesh, then do the same when you print. In your test print case if you just printed from cold (using the default code to heat the bed and wait for it to come up to temp), it may not have heated through by the time start to print, so if you generated the map after the bed had been heating for some time, the bed and map may not match.

          1 Reply Last reply Reply Quote 1
          • undefined
            shirnschall @Phaedrux
            last edited by 10 May 2020, 12:00

            Thank you guys for the suggestions I managed to find the issue. @Phaedrux I moved the zero point to the center of the bed (was front left) and it is also not compensating for spots that are too high. Also the auto tram error does not converge to zero (stays at approx 0.05mm) as suggested by @gloomyandy. I have noticed this earlier but I thought it was a setup issue (coordinates of leadscrew etc). I am using a macro to generate the mesh exactly the same way I start a print (with all home moves, heatup time etc) and the temperature sensor is mounted inside the aluminum buildplate.

            Solution:
            After verifying that the motors are spinning I used a dial indicator to measure if the bed is moving as well. Turns out it is not for movements under approx 0.1mm.

            My printer: DIY 2020 extrusion CoreXY with E3D Tool-changing and Duet3 (https://github.com/shirnschall/HS-Bot-Project)

            1 Reply Last reply Reply Quote 0
            • undefined
              1ri @shirnschall
              last edited by 10 May 2020, 12:56

              @shirnschall
              I had a problem similar to yours with one of the corners of the hot bed. In case it works for you or you haven't taken it into account, I had to set the fudge value (F) to 0.8 on the M671 Gcode for it to work properly. In my case my command is: M671 X-81.5: 415 Y100: 100 S2 F0.8

              1 Reply Last reply Reply Quote 0
              • undefined
                shirnschall
                last edited by 10 May 2020, 13:12

                Update:
                after measuring the movement of each individual part of the z-axis gantry it looks like the leadscrew nuts are worn out. @1ri if the auto tram still does not converge after I replace the nuts I will try different fadge factors 🙂

                My printer: DIY 2020 extrusion CoreXY with E3D Tool-changing and Duet3 (https://github.com/shirnschall/HS-Bot-Project)

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