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

    Topics created by la_rd

    • la_rdundefined

      Unsolved Duet 2 v1.04c to v1.06 swap issues

      Duet Hardware and wiring
      • • • la_rd
      9
      0
      Votes
      9
      Posts
      344
      Views

      Phaedruxundefined

      Can you also try disconnecting the Duex? Do you also get the same errors? Can you send the output of M122? With and without the Duex?

    • la_rdundefined

      Connect fans on separate PWM to single virtual control

      Firmware wishlist
      • • • la_rd
      2
      0
      Votes
      2
      Posts
      107
      Views

      Phaedruxundefined

      You could create two thermostatically controlled fans that monitor the same CPU temp. No UI, but if you tune the temp range it's just set it and forget it. Or do as I did in my case and wire the fans together in parallel.

    • la_rdundefined

      [RRF 3.3 upgrade] G31 Error - Nozzle Crash

      General Discussion
      • • • la_rd
      3
      0
      Votes
      3
      Posts
      132
      Views

      dc42undefined

      @la_rd I'm sorry for your broken nozzle.

      The reason for the problem is that the S (temperature coefficient) parameter should be used in conjunction with a T (in RRF3.3) or C (in RRF <3.3) parameter to set the coefficient, and a H parameter to select which temperature sensor to use. Your new G31 line has neither of those. That is why the command errors out.

      I've added a note to change the behaviour in RRF 3.4. Most likely I will make it ignore the S parameter if no C parameter is provided, but continue to process the command.