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

    Tuning Nozzle temperature

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    2
    488
    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.
    • peirofundefined
      peirof
      last edited by

      Hi,

      At the start, i have this lines in "config.g"

      [[language]]
      ; Heaters
      M143 S285 ; Set maximum heater temperature to 285C
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B4607 C8.950070e-8 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      
      

      and at the star Duet forced me to autotune the temperature of the bed, before starting to use the printer

      the question is

      Is it necessary or recommendable to do autotune at Nozzle temperature?
      How would it be done?

      Putting a line similar to this line in "config.g"

      [[language]]
      M301 H1 S1.00 P10 I0.1 D200 T0.4 W180 B30 
      
      

      How would it be done?

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

        The M301 commands are for setting PID parameters manually. They should not normally be used any more. Instead, you should send an M303 command manually to run auto tuning, then either use M500 to save the resulting M307 command in config-override.g, or construct a M307 command manually from the results and add it to config.g.

        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
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA