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

    Odd appearance in M291 window

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    3
    147
    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.
    • OwenDundefined
      OwenD
      last edited by

      This isn't causing me an issue, so just reporting it out of interest.

      It only seems to have started since 3.5.1
      Don't recall seeing it at any time previous.

      I have an M291 during my bed soaking period that pops up every few seconds as a notice of what's going on.
      The relevant section of code is

      while  ((heat.heaters[0].active - var.target) > (sensors.analog[8].lastReading)) && (global.BedHasSoaked = false)
      	if heat.heaters[0].state != "active"
      		echo "Bed heater no longer active.  Soaking cancelled"
      		M99 	
      	M291 R{"Soaking Bed (" ^ heat.heaters[0].active ^ "C)  Please wait"} P{"Bed temp = " ^  heat.heaters[0].current ^ " : Edge temp = " ^ (sensors.analog[8].lastReading)}  S0 T2
      	G4 S4
      

      I've just noticed that for a fraction of a second, you can see an emergency stop button in the corner.

      bed-soak.gif

      T3P3Tonyundefined chrishammundefined 2 Replies Last reply Reply Quote 2
      • T3P3Tonyundefined
        T3P3Tony administrators @OwenD
        last edited by

        @OwenD good spot I see that as well.

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • chrishammundefined
          chrishamm administrators @OwenD
          last edited by chrishamm

          @OwenD Thanks for reporting this, I'm going to fix it in v3.5.2.

          Duet software engineer

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