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

    Topics created by jstevewhite

    • jstevewhiteundefined

      Duet 3 SCARA questions

      Duet Hardware and wiring
      • • • jstevewhite
      21
      0
      Votes
      21
      Posts
      1.0k
      Views

      dc42undefined

      I'm sorry, the documentation was out of date. I have corrected it. It now reads (changed part in italics):

      The crosstalk factors define how much the motors interfere with each other. If they are all zero then it is assumed that the X motor affects only the angle between the proximal arm and the X axis, the Y motor affects only the angle between the distal arm and the proximal arm, and the Z motor affects only the nozzle height.

    • jstevewhiteundefined

      Trying to Understand and use M585

      General Discussion
      • • • jstevewhite
      8
      0
      Votes
      8
      Posts
      1.3k
      Views

      jstevewhiteundefined

      I have since gotten the system working (mostly) properly. Here's my macro (note I changed switches, so trigger height changed to 2.92):

      ;; NB Your G31 must be set to 0 G31 X0 Y30 Z0 P1
      ;; M585 needs 15 (because that's where we start ) - trigger height of switch
      ;; so mine is 15-2.92 -12.08
      ;;G1 X0 Y82.1 moves my nozzle over the switch. YMMV. 😄

      M574 Z0 S0 ; set up the Z min endstop
      G10 L1 P0 Z0 ; remove any existing offset
      G28 Z ; home Z
      T0 ; select tool
      G90
      G1 Z15 F300 ; go to 15mm
      G1 X0 Y82.1 F3200 ; move to switch
      M585 Z-12.08 E2 L0 F60 S1 ; probe
      G1 Z15 F600; move back off the switch

      I've tested this ... many 🙂 ... times and it produces the behavior I expected; that is, it sets the tool offset such that when I G0 Z0, the nozzle is at the bed. I can swap hot ends or nozzles, run the tool offset macro, M500, and start printing. I'm starting at 15 and moving towards 0. It's not intuitive which sign should be the right one, in either sense, though I think the way it's implemented makes sense to folks who've grown up using CNC mills.

    • jstevewhiteundefined

      TMC2660 Register Settings

      Tuning and tweaking
      • • • jstevewhite
      1
      0
      Votes
      1
      Posts
      502
      Views

      No one has replied

    • jstevewhiteundefined

      Temp Tuning Madness

      Tuning and tweaking
      • • • jstevewhite
      7
      0
      Votes
      7
      Posts
      1.9k
      Views

      dc42undefined

      @jstevewhite:

      Am I understanding "dead time" properly as the interval between the application of a PID power change and the visible result?

      That's more or less what it means. In practice the temperature starts rising a little before the dead time, but reaches a steady rate of increase a little later than the dead time.