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

    Homing Preferences

    Scheduled Pinned Locked Moved
    General Discussion
    3
    4
    274
    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.
    • tmeryhewundefined
      tmeryhew
      last edited by tmeryhew

      I'm a noob, can someone give me a break down of the different chunks of the "Homing Preferences" section of the RepRep Config Tool? I simply don't know what each option is talking about.

      -Homing Speed (First Pass)
      -Homing Speed (Second Pass)
      -Z Dive height

      Is this talking about taking the extruder to home (0,0,0)? If so, what is this business about a first / second pass?

      I'm trying to set up my Duet 2 Ethernet to control my Creality CR-10 Mini. I have updated the firmware on the board to 3.0

      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • engikeneerundefined
        engikeneer
        last edited by

        @tmeryhew the config tool sets up your printer to do a double pass on each endstop. (I.e. it will home the axis twice) The first is faster (so it doesn't take forever if the head is the far end of the axis). It then moves back a few mm and does a second slower home to get an accurate endstop position on that axis.

        The z dive height is the amount it will raise the nozzle (or drop your bed) before homing to make sure it clears anything on your bed (the top layer of a print that just finished/failed/stopped, your bed not being quite level yet etc).

        I've found the default values worked for me out of the box, but you can easily tweak them later if you like/need when your printer is up and running 🙂

        E3D TC with D3Mini and Toolboards.
        Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
        i3 clone with a bunch of mods

        tmeryhewundefined 1 Reply Last reply Reply Quote 1
        • tmeryhewundefined
          tmeryhew @engikeneer
          last edited by

          @engikeneer fantastic! Thank you big time for the clear explanation of what’s actually going on.

          I’m sure I’m going to have more questions over the next several days. I genuinely appreciate the help!

          1 Reply Last reply Reply Quote 1
          • fcwiltundefined
            fcwilt
            last edited by

            Hi,

            Where the extruder ends up depends on the code executed.

            The command to move to the end stop leaves that axis, say X, at the location of the end stop, which is typically at or near the min or max limit of the X axis.

            On my machine the range of the X axis is -150 to +150, the Y axis from -100 to + 100, the Z axis from 0 to +350.

            The X end stop sensor is at the -150 end, the Y end stop sensor is at the +100 end and the Z end stop sensor is at the 0 end.

            So if I did nothing but execute the commands to move to the end stops the extruder would end up at -150,+100,0.

            However I like to have it end up at 0,0,0 so I have additional "normal" move commands to achieve this.

            Frederick

            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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