Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Troubles regarding tuning heaters

    Scheduled Pinned Locked Moved Solved
    Tuning and tweaking
    2
    4
    551
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ZeSwedeundefined
      ZeSwede
      last edited by

      Hello,

      Recently, I decided to buy a Duet Wifi 2. I'm excited to get it up and running!

      So far, I've successfully completed all of the wiring. Now, I'm going to the fine tuning of everything. I started tuning my hot end and bed, following the guide "Tuning the heater temperature control", but I'm running into an issue. I should mention that this is the first time I've messed around with G-code for my printer, since with my last setup, I never had to. I was able to run auto-tuning and got results for both heaters.

      I went into the G-Code console and typed:

      M303 H1 S205 ; AUTO TUNE HEATER 1, DEFAULT PWM, 205C TARGET OR MAXIMUM TEMPERATURE
      M303 ; REPORT THE AUTO-TUNE STATUS OR LAST RESULT

      The auto-tune finished, so to get the results, I typed:

      M307 H1

      And got this back:

      M307 H1 A361.1 C123.4 D4.2 V12.5 B0

      And to "save" it, my understanding was to type "M500" which I get this back:

      M500
      Warning: No M501 command was executed in config.g

      I tried again with H0 which is the heated bed, and I got the same result. Am I doing this correctly? I also just installed a genuine E3D V6, and followed this setup guide https://www.matterhackers.com/articles/how-to-assemble-an-e3d-v6-all-metal-hotend. Towards the end, it says that you should do PID tuning. should I ignore this and only proceed with the "Tuning the heater temperature control" from Duet?

      I appriciate any help, Thanks!

      1 Reply Last reply Reply Quote 0
      • ZeSwedeundefined
        ZeSwede
        last edited by

        This was the link to the PID tuning that the E3D setup referred me to. https://matterhackers.dozuki.com/Guide/PID+Tuning/6

        1 Reply Last reply Reply Quote 0
        • dc42undefined
          dc42 administrators
          last edited by dc42

          Your heater tuning results have been saved to the config-override.g file, but they won't be used because the command to run config-override.g is missing from config.g. So go into the System Editor in Duet Web Control and edit config.g by putting a M501 command at the end.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • ZeSwedeundefined
            ZeSwede
            last edited by

            This worked out! Thank you very much.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA