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

    [Bug / Feature Request]: negative temperatures in chart

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    3
    3
    108
    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.
    • pixelpieperundefined
      pixelpieper
      last edited by

      I am using a Duet board as a temperature controller for a measurement setup, using a peltier element for subzero temperatures. Unfortunately the temperature chart in DWC doesn't scale down to negative temperatures right now:

      3224caf9-3705-4012-8a03-50dca47fb211-image.png

      My proposal would be to extend the lowest temperature down to either

      min(0, min(active_tooltemp_list),min(active_bedtemp_list),min(active_chambertemp_list))
      

      or

      min(0, active_tool_temperature,active_bed_temperature, active_chamber_tamperature)
      

      This keeps the behavior as is for normal users while extending the chart down if required.

      Voron V2.434 / Duet 3 Mini5+, Duet 3 Expansion Mini 2+, Duet 1LC V1.1 Toolboard
      Voron V0.250 / Duet 2 Maestro

      oliofundefined chrishammundefined 2 Replies Last reply Reply Quote 1
      • oliofundefined
        oliof @pixelpieper
        last edited by

        @pixelpieper maybe check the BtnCmd plugin for a customized UI and temp chart

        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

          @pixelpieper I'm going to adjust the minimum of the temperature chart dynamically in the next build. It will be the lowest value of the configured temperature presets or heaters[].min.

          Duet software engineer

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