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

    Base config for Z axis for alignment

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    2
    3
    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.
    • PaulHewundefined
      PaulHew
      last edited by

      I am building my RailCore and would like to put some base code in the Duet so I can run my Z axis leadscrews independantly whilst I align the linear rails.

      I was going to use an electric drill on the exposed Z leadscrew, but thought better of that idea!

      Thanks in advance.

      Paul.

      RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
      Voron 2.4 disassembled..... Waiting for the RailCore Mini....

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        The simplest approach is to assign each Z motor to be an independent axis. If you have your Z motors connected to the Z E0 E1 connectors on the Duet (and the extruders connected to the DueX), you would normally have this command or similar in config.g:

        M584 X0 Y1 Z2:3:4 E5:6:7:8:9

        To make the motors controllable as axes Z U V, use this instead:

        M584 X0 Y1 Z2 U3 V4 E5:6:7:8:9

        Temporarily put this in homeall.g:

        G92 X0 Y0 Z0 U0 V0

        then the firmware will consider that all axes have been homed and it will allow you to jog them.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        PaulHewundefined 1 Reply Last reply Reply Quote 0
        • PaulHewundefined
          PaulHew @dc42
          last edited by

          @dc42 Thank You, appreciated.

          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

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