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

    Switching Y and Z stepper outputs on Duet2?

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    3
    126
    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.
    • mcscottundefined
      mcscott
      last edited by

      Hey gang! First time caller, long time listener, and all that.

      I'm working on converting an existing printer to a Duet2 WiFi. The configuration is dual opposing Nema17 steppers on the Y-axis, and a single Nema23 for the Z-axis.

      What I'm wondering is since the Duet2 has outputs for dual Z steppers, is there a way to switch output of the Y and Z axis in the printer configuration settings?

      Or is that a bad idea, and I should just dual wire the two Y-axis steppers?

      Thanks!

      droftartsundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @mcscott
        last edited by

        @mcscott M584 in your config.g is what you want.

        Change from:
        M584 X0 Y1 Z2 E3
        to
        M584 X0 Y2 Z1 E3
        or something similar.

        Ian

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @mcscott
          last edited by

          @mcscott said in Switching Y and Z stepper outputs on Duet2?:

          I should just dual wire the two Y-axis steppers?

          If you have a free driver you could have each Y stepper on it's own driver.

          Change from:
          M584 X0 Y1 Z2 E3
          to
          M584 X0 Y1:4 Z2 E3
          or something similar.

          Z-Bot CoreXY Build | Thingiverse Profile

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