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

    Topics created by ProbiusSC

    • ProbiusSCundefined

      Pause and Cancel Buttons Not Working Right.

      Duet Web Control
      • • • ProbiusSC
      5
      0
      Votes
      5
      Posts
      242
      Views

      ProbiusSCundefined

      @dc42 No warning of any kind. No entries in the event log are created from pausing either.

    • ProbiusSCundefined

      Solved Automatically Deselecting Tools When Homing

      Firmware developers
      • • • ProbiusSC
      7
      0
      Votes
      7
      Posts
      265
      Views

      ProbiusSCundefined

      So the problem was fixable using meta commands. Specifically

      if state.ccurrentTool != -1
      G92 X{move.axes[0].userPosition}
      T-1

      The userPosition doesn't get reset when G28 is called, so it can be used to restore position.