Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Tags
    3. fan speed
    Log in to post
    • All categories
    • skayredundefined

      Solved Weird problem with magnetic arms and tool fan

      My Duet controlled machine
      • delta effector fan speed magnet • • skayred
      10
      0
      Votes
      10
      Posts
      578
      Views

      skayredundefined

      It actually started working way better with PLA as a side effect

      IMG_20220122_190044__01.jpg

    • justus2342undefined

      Solved GPIO, Fan tacho and print cancelation

      Duet Hardware and wiring
      • tacho gpio fan speed fan signal pwm input • • justus2342
      7
      0
      Votes
      7
      Posts
      800
      Views

      OwenDundefined

      @justus2342
      There is a possibility that actualValue does not achieve the requestedValue which is why I chose that logic.
      However @dc42 may have to confirm the details.

      (job.file.fileName!=null) will be true if a print job is loaded.
      This stops the code from executing if the machine isn't printing.
      As I said, without that there is a possibility (depending on your code) that you could send the system into an endless loop after a print finished and the fans shut down thermostatically.
      This is also why I tested temperature.