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

    How to do multiple probing?

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    2
    574
    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.
    • pro3dundefined
      pro3d
      last edited by pro3d

      I am a noob and wonder how I configure multiple probing in same point with averaging for both home Z and for G29 mesh

      I cant find this on in any doku but I am also lazy

      Valkyrie DIY High Temp 3D Printer

      R&D - Engineering Designer - Viking 3D Printers
      https://vkingprinter.com/

      1 Reply Last reply Reply Quote 0
      • OwenDundefined
        OwenD
        last edited by

        Details are here
        https://duet3d.dozuki.com/Wiki/Gcode#Section_M558_Set_Z_probe_type

        Example
        G90 ; absolute positioning
        G1 X90 Y95 F6000 ; go to first probe point
        M558 A1 F300 ; Set single probing at faster feed rate
        G30 ; home Z by probing the bed
        M558 A5 S0.03 F60 ; Set multiple probing at slower feed rate
        G30

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