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

Homing Z-Axis with BL-Touch: Pin outside bed limits

Scheduled Pinned Locked Moved
My Duet controlled machine
2
4
188
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.
  • undefined
    alexprint
    last edited by alexprint 29 Dec 2019, 08:52

    Hello to all!

    At first my big thank to all those who work almost day and night to help us newbies with those "strange lands"...

    Being new to Duet 2 Ethernet I´ve finished almost all setup and wiring by following the guides.
    Just one issue remained: when homing the (single) head X and Y axis home fine, but the Z-axis can´t be homed because the head isn´t far enough moved forward on the Y-axis to place the BLT pin over the bed.

    X and Y are exactly at zero pos, then the head should move to X52 and Y40 to get the pin on the first probe point (in my understanding of the highlited G1 command)

    But Y movement is only about 6mm from zero where the BLT pin still is not inside the bed dimensions!

    Probe offsets are set to X -37 and Y -25 and these values are correct in my mechanical design.
    But even when I change the Y offset to -10 or -40 in the config tool nothing changes after upload and restart!

    Firmware version is: 2.05 (2019-12-13b1)

    Attached my "homez.g" below - the same G1 command also exists in homeall.g

    ; homez.g
    ; called to home the Z axis
    ;
    ; generated by RepRapFirmware Configuration Tool v2.1.4 on Sat Dec 28 2019 23:10:10 GMT+0100 (Mitteleuropäische Normalzeit)
    G91 ; relative positioning
    G1 H2 Z5 F6000 ; lift Z relative to current position
    G90 ; absolute positioning
    G1 H2 X52 Y40 F6000 ; go to first probe point
    G30 ; home Z by probing the bed

    ; Uncomment the following lines to lift Z after probing
    ;G91 ; relative positioning
    ;G1 H2 Z5 F100 ; lift Z relative to current position
    ;G90 ; absolute positioning

    Can someone please give me a hint of what I might miss in the setup?
    I did not change anything in the gcodes as I´m just too new in this stuff, all setup was solely done in the config tool!

    Thanks a lot in advance!

    1 Reply Last reply Reply Quote 0
    • undefined
      Veti
      last edited by 29 Dec 2019, 08:57

      @alexprint said in Homing Z-Axis with BL-Touch: Pin outside bed limits:

      G1 H2 X52 Y40 F6000 ; go to first probe point

      assuming you have a corexy remove the h2 part

      undefined 1 Reply Last reply 29 Dec 2019, 09:18 Reply Quote 1
      • undefined
        alexprint
        last edited by 29 Dec 2019, 09:08

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • undefined
          alexprint @Veti
          last edited by 29 Dec 2019, 09:18

          @Veti Thank you so much, that was the solution!

          Happy new year to you! (hope I´ll be fine with the rest) 😀

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