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

    Topics created by ampex_fhm

    • ampex_fhmundefined

      Documentation issue regarding M917

      General Discussion
      • • • ampex_fhm
      2
      0
      Votes
      2
      Posts
      339
      Views

      dc42undefined

      My intention was to implement standstill current reduction in firmware, but I haven't done that yet.

      I will correct the docstrings in the source files at the next commit.

    • ampex_fhmundefined

      Add Timeout and default behavior to M291 S3 message boxes

      Firmware wishlist
      • • • ampex_fhm
      4
      0
      Votes
      4
      Posts
      562
      Views

      ampex_fhmundefined

      @Phaedrux my idea was to keep the orignal functionality of S3 if no timeout is specified, and allow to the dialogue to time out on its own if a non-zero timeout is passed via the gcode. That way we could avoid having an extra type.

      @dc42 I was not aware of these complications. If this is too tricky to implement you can safely ignore this request of course.

    • ampex_fhmundefined

      Using JTAG with the Duet Wifi

      Duet Hardware and wiring
      • • • ampex_fhm
      5
      0
      Votes
      5
      Posts
      994
      Views

      ampex_fhmundefined

      I had hoped the drivers would reset to some default state that was usable, but your reply confirmed that this is most likely not the case. Thanks for your reply!

    • ampex_fhmundefined

      G92 doc disparity and a M584 feature request

      Firmware wishlist
      • • • ampex_fhm
      5
      0
      Votes
      5
      Posts
      757
      Views

      ampex_fhmundefined

      true, but wouldn't that also require a separate M584 call everytime I want to jog a different axis?

      right now I'm using a workflow like

      M584 ... (set up all four pairs with overlapping drive assignments) G0 FRONT_PAIR G0 RIGHT_PAIR G0 REAR_PAIR M584 ... (restore drive mapping for normal operation) <normal operation>

      If I understand correctly, your suggestion would require to change this to:

      M584 ... (set up mapping for FRONT_PAIR movement) G0 FRONT_PAIR M584 ... (set up mapping for RIGHT_PAIR movement) G0 RIGHT_PAIR M584 ... (set up mapping for REAR_PAIR movement) G0 REAR_PAIR M584 ... (restore drive mapping for normal operation) <normal operation>
    • ampex_fhmundefined

      M32 R1/ M32 R to reprint last file

      Firmware wishlist
      • • • ampex_fhm
      1
      0
      Votes
      1
      Posts
      507
      Views

      No one has replied

    • ampex_fhmundefined

      Shared configuration parameters between Z-Probe types

      Tuning and tweaking
      • • • ampex_fhm
      4
      0
      Votes
      4
      Posts
      625
      Views

      ampex_fhmundefined

      @djdemond that's how I'm doing it now. I just wanted to confirm that I am not running into some other issue

      @dc42 thanks for clearing that up. I hope others with the same question as mine will find this explanation as well.