Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. featheryjam2
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by featheryjam2

    • featheryjam2undefined

      Real Time Position

      Duet Hardware and wiring
      • m114 motion • • featheryjam2
      19
      0
      Votes
      19
      Posts
      1.4k
      Views

      dc42undefined

      @willv see this post earlier in this thread https://forum.duet3d.com/post/166688

    • featheryjam2undefined

      Homing Issues with CoreXY and two z-axis drivers [SOLVED]

      Firmware installation
      • • • featheryjam2
      5
      0
      Votes
      5
      Posts
      854
      Views

      dc42undefined

      @featheryjam2 said in Homing Issues with CoreXY and two z-axis drivers [SOLVED]:

      I may have figured it out. Apparently it does not like when you do G28 X or G28 Y in the homez.g script.

      That's correct. You can use M98 Phomex.g and M98 Phomey.g instead if you need to. However, as you are homing Z using a G30 command, you should have the Z endstop position set to "none" in the M574 command, and in that case the firmware will not let you home Z unless X and Y have already been homed.