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

    Z homing in wrong direction

    Scheduled Pinned Locked Moved
    CNC
    3
    5
    254
    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.
    • Yveskeundefined
      Yveske
      last edited by

      After changing to the beta version of the CNC UI, the Z axis always goes down towards the spillboard during homing instead of up.
      Changed M574 Z2 to Z1 and back with no avail.

      ; Drives
      M569 P0.0 S0                                ; physical drive 0.0 direction (0 = backwards, 1 = forwards (default 1))
      M569 P0.1 S0                                ; physical drive 0.1 direction (0 = backwards, 1 = forwards (default 1))
      M569 P0.2 S0                                ; physical drive 0.2 direction (0 = backwards, 1 = forwards (default 1))
      M569 P0.3 S1                                ; physical drive 0.3 direction (0 = backwards, 1 = forwards (default 1))
      
      ; Endstops
      M574 X1 S1 P"!io0.in"                       ; configure active-high endstop for low  end on X via pin io0.in
      M574 Y1 S1 P"!io1.in+!io2.in"               ; configure active-high endstop for low  end on Y via pin io1.in
      M574 Z2 S1 P"!io3.in"                       ; configure active-high endstop for high end on Z via pin io3.in
      
      1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt
        last edited by

        Hi,

        The direction of homing is controlled by the commands in your homeZ.g file.

        Please post that.

        Frederick

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

        Yveskeundefined 1 Reply Last reply Reply Quote 0
        • Yveskeundefined
          Yveske @fcwilt
          last edited by

          @fcwilt
          Thanks for pointing me in the right direction. Problem solved !!!
          I do wonder how it ever could have worked before...

          fcwiltundefined Phaedruxundefined 2 Replies Last reply Reply Quote 1
          • fcwiltundefined
            fcwilt @Yveske
            last edited by

            @Yveske

            Glad to hear you got it working.

            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 0
            • Phaedruxundefined
              Phaedrux Moderator @Yveske
              last edited by

              @Yveske said in Z homing in wrong direction:

              I do wonder how it ever could have worked before...

              A combination of telling it to move in the wrong direction but also having the motor rotate in the wrong direction.

              Z-Bot CoreXY Build | Thingiverse Profile

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