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

    Bltouch homeZ anyone can send me his settings?

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    776
    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.
    • claustroundefined
      claustro
      last edited by

      Hi all , I am able to do meshlevelling using bltouch but I have trouble making home z.
      During probe procedure of home Z the probe touch the bed, register the home position , but then it go to error and start blinking . After that I have to reset it for regain control.
      I made a workaround in my home routine putting a line for autoreset the probe after touch but I'd like to find the real solution.

      Is there anyone who can post a working config.g and home Z with a bltouc?

      Thx

      this is my home routine for Z
      [c]G91 ; relative mode
      G1 Z8 F400 ; raise head 4mm to ensure it is above the Z probe trigger height
      G90 ; back to absolute mode
      M280 P3 S10 I1
      G1 X150 Y150 F3000 ; put head over the centre of the bed, or wherever you want to probe
      G30 ; lower head, stop when probe triggered and set Z to trigger height[/c]

      1 Reply Last reply Reply Quote 0
      • percarundefined
        percar
        last edited by

        ; Z homing file for dc42 fork of RepRapFirmware
        M280 P3 S160 I1 ; Clear probe
        G91 ; Relative positioning
        G1 Z10 F3600 ;Lift z
        G4 S1 ;wait 1 second
        M98 P/sys/deployprobe.g ; call deployprobe.g
        G1 Z5 F200
        G90
        ; Adjust the coordinates in the following line to place the head at a suitable position for Z homing
        G1 X20 Y30 F3600 ; Go to first bed probe point
        G30
        G1 Z10 F500
        M98 P/sys/retractprobe.g ; call retractprobe.g

        1 Reply Last reply Reply Quote 0
        • claustroundefined
          claustro
          last edited by

          Thank you very much for the time you lost answering me . This evening I' ll check it out.
          Regards
          Andrea

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