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

    Topics created by neilo

    • neiloundefined

      CAM software recommendations

      CNC
      • • • neilo
      15
      0
      Votes
      15
      Posts
      1.0k
      Views

      Miss Rebekahundefined

      join the EAA for40$ a year get maker/student version of solidworks 2019 mine will make toolpath. with cam option installed

      fyi i love solidworks for cad, for cam its a turd with a rough learning curve,, but 40$ a year cant beat it.

      disclaimer: im not gettng a kick back from eaa i dont own a plane or building one.. and i use old versions of mastercam and featurecam for CAM, if i didnt i would use it for my hobby ventures. ive been a cnc machinist/programmer for 25 years

    • neiloundefined

      Solved Controlled arc problem

      CNC
      • • • neilo
      28
      0
      Votes
      28
      Posts
      1.5k
      Views

      alankilianundefined

      Wonderful!

      I'm glad you kept at it. This is a good story for the next person struggling to solve a difficult issue.

    • neiloundefined

      Duet 2 Fans linked to driver temperature?

      General Discussion
      • • • neilo
      2
      0
      Votes
      2
      Posts
      126
      Views

      dc42undefined

      Bear in mind that the drivers don't report actual temperature, only overheat warnings and errors. So the reading from the drivers sensor will be 0C under normal conditions, 100C if any driver reports an overheat warning, or 130C if any driver reports overheat shutdown.

      When the drivers generate a lot of heat, some of this is passed to the MCU, so using the MCU temperature to control the fan too is useful. On one of my printers I use this:

      M308 S10 y"mcutemp" a"Mcu"
      M308 S11 y"drivers" a"Drivers"
      M950 F2 C"fan2"
      M106 P2 H10:11 T45:55 L0.3

      The fan will start to come on of the MCU temperature exceeds 45C. it will be fully on of the MCU temperature exceeds 45C or if any driver reports an overheat warning.