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

    Topics created by hedeon

    • hedeonundefined

      Unable to run 128 or 256 microstepping

      Tuning and tweaking
      • • • hedeon
      4
      0
      Votes
      4
      Posts
      741
      Views

      dc42undefined

      In firmware 1.21 and earlier, the MaxReps figure in the M122 report would indicate whether you were pushing the controller too fast. MaxReps of 50 or less was good, 100 was just about OK, more than 100 means that you need to reduce speed and/or microstepping. A side effect of MaxReps getting too high was web interface disconnections, because the MCU was spending all its time generating step pulses, leaving no time to service the network interface.

      In firmware 2.0 MaxReps is monitored dynamically. If it gets too high, a short pause is inserted. But it looks like I need to do some more work on this. I think I understand what is going on and I will fix it in the next RC.

    • hedeonundefined

      Colour coding of pins on diagrams

      Duet Hardware and wiring
      • • • hedeon
      2
      0
      Votes
      2
      Posts
      535
      Views

      whosrdaddyundefined

      @hedeon Yes all switching happens on the negative/ground side

    • hedeonundefined

      Duex5 internal 12V voltage regulator rated current?

      Duet Hardware and wiring
      • • • hedeon
      3
      0
      Votes
      3
      Posts
      575
      Views

      hedeonundefined

      Great, thanks.

    • hedeonundefined

      Interfacing with duet over network?

      General Discussion
      • network rasberry pi home automation telnet http request arduino esp8266 esp32 • • hedeon
      8
      0
      Votes
      8
      Posts
      1.4k
      Views

      Danalundefined

      @hedeon When multiple connections exist, that are all "actively polling", only the first one to poll gets the direct response.

      rr_status is mostly the answer to this.