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

    Unexpected M568 Results

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    4
    149
    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.
    • DonStaufferundefined
      DonStauffer
      last edited by DonStauffer

      If tool 1 is active but turned off and M568 sets temperatures for tool 0 and turns it off, then a T0 command activates tool 0, tool 1 unexpectedly goes to standby rather than staying off. This seems like logical behavior if tool 1 was active, but not if it's off. I assume it's based on tool 1 being "active" despite being turned off, because it was the last one activated.

      T1 ; Activate tool 1
      M568 P1 A0 ; Tool 1 heater off
      
      M568 P0 R145 S245 A0 ; Set tool 0 temps to 145 & 245, heater off
      T0 ; Activate tool 0
      
      o_lampeundefined dc42undefined 2 Replies Last reply Reply Quote 0
      • o_lampeundefined
        o_lampe @DonStauffer
        last edited by

        @DonStauffer I guess there are default values for standby temperature?
        You'd have to overwrite it to "0" in your tool1 definition to be off or explicitly do that in the toolchange macros.

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

          @DonStauffer said in Unexpected M568 Results:

          I assume it's based on tool 1 being "active" despite being turned off, because it was the last one activated.

          That's correct. Currently, when a tool is freed, RRF always put it into standby. There is perhaps a case for not doing this if the tool was off.

          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

          DonStaufferundefined 1 Reply Last reply Reply Quote 0
          • DonStaufferundefined
            DonStauffer @dc42
            last edited by

            @dc42 I can work around it. It just took me a while to figure out what was happening. I ended up with 2 tools heating at the same time unexpectedly.

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