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

    Stepper whine after timeout

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    2
    5
    187
    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.
    • EricE555undefined
      EricE555
      last edited by

      When I first turn my printer on, it is quiet. After a print it never returns to the ultra quiet mode. The steppers retain some level of whine. I would like the steppers to return to that quiet phase after timeout. What should I change? Posting my config here.
      config.g

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @EricE555
        last edited by

        @erice555 your motors are probably still energised.
        Turn them off using M84

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        EricE555undefined 1 Reply Last reply Reply Quote 0
        • EricE555undefined
          EricE555 @jay_s_uk
          last edited by

          @jay_s_uk Cool. But how do I set them up so that they 'turn off' after timeout?

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @EricE555
            last edited by

            @erice555 there is an idle timeout which is also set using M84 in the config, this is typically 30 seconds (I30).
            The amount amount of idle current is set in M906 and is typically 30%.
            But really, I wouldn't be changing that to turn them off as whenever they are idle for that period, the current will drop.
            I would suggest playing with the idle current setting to find a value where they don't whine rather than turn them off, or just put it in your stop gcode at the end

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            EricE555undefined 1 Reply Last reply Reply Quote 0
            • EricE555undefined
              EricE555 @jay_s_uk
              last edited by

              @jay_s_uk thank you. very helpful.

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