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

    standby and active temperatures -273.1 on startup

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    4
    195
    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.
    • Visionaryundefined
      Visionary
      last edited by

      My DWC shows following on startup:

      7e48fd9c-5df3-48cc-87ca-ddc278aab74b-image.png

      How can I fix it so that it has 0 on all active/standby temperatures?
      Also it would be good to also have heater 1 off on startup?

      Main printer: 3-5 Axis, 400x400x450 Duet 6HC || https://grabcad.com/eetu-4/models

      Stephen6309undefined dc42undefined 2 Replies Last reply Reply Quote 0
      • Stephen6309undefined
        Stephen6309 @Visionary
        last edited by

        @Visionary Add a G10 with the standby temp for that heater/hotend in config.g. Something like G10 P1 S0 R0.

        https://duet3d.dozuki.com/Wiki/Gcode#Section_G10_Tool_Offset_and_Temperature_Setting

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

          @Visionary said in standby and active temperatures -273.1 on startup:

          How can I fix it so that it has 0 on all active/standby temperatures?

          As @Stephen6309 says.

          Also it would be good to also have heater 1 off on startup?

          If you remove the T0 command from config.g then it won't be active. But you will need to either ensure that the GCode files that you print include T0 or another tool selection command at the start, or create a start.g file containing the T0 command.

          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

          Visionaryundefined 1 Reply Last reply Reply Quote 0
          • Visionaryundefined
            Visionary @dc42
            last edited by

            @dc42 @Stephen6309
            Ok, thanks.

            G10 command for the other tool missed R0 and S0 and now it shows better values (0).

            Leaving heater 1 active seems easier so I think I will leave it as it is.

            Main printer: 3-5 Axis, 400x400x450 Duet 6HC || https://grabcad.com/eetu-4/models

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