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

    Home Z with BLTouch

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    623
    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.
    • brasseundefined
      brasse
      last edited by

      Hey, im trying to edit the homez.g to allow my Z to safely home. The probe is positioned outside the bed, so when i try to home the probe does not hit anything.

      Ive tried this setup, but it wont move X/Y-axis before running the G30 command.
      G90 ; Make sure we are in absolute mode
      G1 S1 X100 Y100 F1800; move to middle of bed
      G30 ; Do a single probe to home our Z axis
      G1 Z10 F6000 ; Rapidly move the Z axis to Z=10.

      Whats is the recommended way to set up the homez.g when having the probe outside the bed when X/Y is homed?

      Best Regards // Lars

      Phaedruxundefined zecchiundefined 2 Replies Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator @brasse
        last edited by Phaedrux

        @brasse said in Home Z with BLTouch:

        G1 S1 X100 Y100 F1800; move to middle of bed

        Take out the S1

        https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Homing_Z_using_a_Z_probe

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • zecchiundefined
          zecchi @brasse
          last edited by zecchi

          @brasse
          This is mine:
          Screenshot_20191208-095014.jpg
          You can also remove 'H0' , is useless.
          M558 Fxxx is used to reduce speed

          If your probe goes outside the bed maybe you have done some mistakes during configuration (like me😊 ).
          To solve I've configured (via RRF tool) the firmware and upload it overwriting the old files.
          (Probably your mistake is in probe's offset , in my case was only a minus before the number !!)

          brasseundefined 1 Reply Last reply Reply Quote 0
          • brasseundefined
            brasse
            last edited by

            Awesome, worked fine. Thanks 🙂

            1 Reply Last reply Reply Quote 0
            • brasseundefined
              brasse @zecchi
              last edited by

              @zecchi Thanks for input, will try to generate a new config 🙂

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