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

    Web interface showing -273.1 in Active and Standby

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    5
    102
    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.
    • adhanabalundefined
      adhanabal
      last edited by

      Hi
      Why it is showing like this instead of 0? RRF version 3.5.4
      deed88b4-1f35-458c-9c44-406c312726d2-image.png

      oliofundefined adhanabalundefined 2 Replies Last reply Reply Quote 0
      • oliofundefined
        oliof @adhanabal
        last edited by

        @adhanabal thats the standard target temperature for a disabled heater.

        <>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
        • adhanabalundefined
          adhanabal @adhanabal
          last edited by

          @adhanabal How to make it show as Zero?

          ; Sensors
          M308 S0 P"temp0" Y"thermistor" A"Cooling Head" T100000 B4725 C7.06e-8 ; configure sensor #1
          M308 S1 P"temp1" Y"thermistor" A"Heating Head" T100000 B4725 C7.06e-8 ; configure sensor #0
          M308 S2 P"temp2" Y"thermistor" A"Heating Bed" T100000 B4725 C7.06e-8 ; configure sensor #1

          ; Heaters
          M950 H0 C"out0" T0 ; create heater #1
          M143 S38 ; configure heater monitor #0 for heater #1
          M307 H0 R2.43 D5.5 E1.35 K0.56 B0 I1 ; configure model of heater #1
          M950 H1 C"out1" T1 ; create heater #0
          M143 S250 ; configure heater monitor #0 for heater #0
          M307 H1 R2.43 D5.5 E1.35 K0.56 B1 ; configure model of heater #0
          M950 H2 C"out2" T2 ; create heater #1
          M143 S85 ; configure heater monitor #0 for heater #1
          M307 H2 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1

          ; Heated beds
          M140 P0 H2 ; configure heated bed #0
          ; Tools
          M563 P0 S"Head 1" D0 H0 ; create tool #0
          G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
          M563 P1 S"Head 2" D0 H1 ; create tool #1
          G10 P1 X45 Y0 Z0 ; set tool 0 axis offsets
          M563 P2 S"Head 3" D0 ; create tool #2
          G10 P2 X90 Y0 Z0 ; set tool 0 axis offsets
          M563 P3 S"Head 4" D0 F3 ; create tool #3
          G10 P3 X135 Y0 Z0 ; set tool 0 axis offsets

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

            @adhanabal M568 P0 S0 R0 where P0 means the first tool (T0). You can put it in your config.g after your M563 codes.

            Duet software engineer

            adhanabalundefined 1 Reply Last reply Reply Quote 0
            • adhanabalundefined
              adhanabal @chrishamm
              last edited by

              @chrishamm said in Web interface showing -273.1 in Active and Standby:

              M568 P0 S0 R0

              It worked thank you

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