Duet3D Logo

    Duet3D

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

    Delta calibration and Mesh bed compensation

    General Discussion
    2
    2
    102
    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.
    • infamous_panda
      infamous_panda last edited by

      Trying to wrap my head around the differences in function for these two G32 and G29. With Smoothie I did a mesh leveling once and it saved that information. Before every print my starting Gcode template would only probe the center point to determine Z0.

      Now I am probing at least 6 points before every print with G32. Is this really needed or beneficial if the shape of the bed is already stored with G29? Should I be probing more points before every print?

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

        If you have a M501 in your config you can save the results of the calibration.
        otherwise you replace the M665 and M666 in your config.g manually.
        see
        https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer#Section_Saving_the_calibration_results

        G32 is used to align the delta while assuming that the bed is perfectly flat.

        G29 then probes the bed and compensates for an uneven bed.

        if you have probed it you could for example issue a G29 S1 in your start g code of the thing you are printing to load the last probing results.

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