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

    Topics created by Bloft Design Lab

    • Bloft Design Labundefined

      Can strain cause temperature fluctuation with PT1000 sensors?

      Duet Hardware and wiring
      • • • Bloft Design Lab
      2
      0
      Votes
      2
      Posts
      159
      Views

      Luke'sLaboratoryundefined

      @bloft-design-lab

      Not flaming/accusing, but I've definitely fatigue failed wires within 3 weeks of testing with poor routing choices and/or non-flexible wire choices.

      "occasional strain" can fatigue fail wires.

      I've also rectified that by using high-flex regular wire without noticeable issues. Just don't use CCA materials and you'll probably be fine. 🙂

    • Bloft Design Labundefined

      Extruder motors unresponsive

      Duet Hardware and wiring
      • • • Bloft Design Lab
      10
      0
      Votes
      10
      Posts
      341
      Views

      Bloft Design Labundefined

      Ok, I found the issue.

      The steppers didn't work, because I had mapped all of the Duet drivers as extruders. Line 26 in our config. This is adopted from the Hangprinter config file.

      I assumed that the drive number reflects the E-number in the Duet 2 wiring diagrams, but seems that this not the case. So, deleting the E0:1:2 from line 26 made the magic happen 🙂

      Extruder is now ready. Finally!

      But, then another issue surfaced. Again. It has nothing to do with Duet. One wire on our proto board had a bad solder joint and it got in contact with another pin (probably a power pin). The result was a fried Arduino Nano...

      Trying to get replacement today. Can't wait 🙂

    • Bloft Design Labundefined

      No readings: PT1000 temp sensors on Duet 2 Wifi expansion header

      Duet Hardware and wiring
      • • • Bloft Design Lab
      8
      0
      Votes
      8
      Posts
      287
      Views

      Bloft Design Labundefined

      Capture.PNG

      Very nice! Only few centigrade off.

      @T3P3Tony originally we wanted to have the temp daughterboards attached to the extruder as well as an Arduino Nano for reading out them. The very same Nano controls also the LED color based on the average temperature. For time being we have to transfer the temp to the Duet and then the RGB signal back to Nano.

      Of course now we will have the option to adapt the temperature range of the LED color to the actual temperature set point, what makes this even better.

      Anyway, thank you very much! Now, it should be pretty safe to say that first prints are to be expected next week. Of course we will post videos 🙂