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

    Heatend only heats up when printing

    Scheduled Pinned Locked Moved
    General Discussion
    3
    15
    1.6k
    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.
    • deckingmanundefined
      deckingman
      last edited by

      Easiest way is to use the web interface. Next to the tool are two boxes for active and stdby temperatures. Use the drop down or type in the number into the active box, then set the tool to active.

      Ian
      https://somei3deas.wordpress.com/
      https://www.youtube.com/@deckingman

      1 Reply Last reply Reply Quote 0
      • krzakuundefined
        krzaku
        last edited by

        I tried the web interface too, setting the heatend temperature there does nothing. Heatbed temperature control works fine though for some reason.

        @EDIT
        M109 is working, though I am still unsure why. Does anyone have any ideas?

        1 Reply Last reply Reply Quote 0
        • deckingmanundefined
          deckingman
          last edited by

          There seems to be something flaky with the latest DWC. This used to work fine. Do you use multiple tools? I'm finding that the only way to get the heater to work is to set the active temperature on all tools - then it works. EDIT - No it seems that only T0 works. This is another DWC issue.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          1 Reply Last reply Reply Quote 0
          • krzakuundefined
            krzaku
            last edited by

            DWC being the JS frontend, correct? I inputted the commands manually into the G-Code Console and M109 is still the only command that's correctly setting the temperature. I also tried specifying T0 manually, though I only have a single tool.

            1 Reply Last reply Reply Quote 0
            • deckingmanundefined
              deckingman
              last edited by

              What version of DWC are you using? It all worked fine for me until I changed to 1.17+2.

              Ian
              https://somei3deas.wordpress.com/
              https://www.youtube.com/@deckingman

              1 Reply Last reply Reply Quote 0
              • krzakuundefined
                krzaku
                last edited by

                I'm using 1.17+2, haven't tried any previous ones as I updated my Duet to 1.19 as soon as I received it.

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

                  You need to select a tool, otherwise there is nothing to heat. You can do this in DWC, or send command T0.

                  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

                  1 Reply Last reply Reply Quote 0
                  • krzakuundefined
                    krzaku
                    last edited by

                    Putting T0 at the end of the config "fixed" my issue. G10 only works now because of the pre-selected tool, it probably still ignores the tool parameter, although I can't confirm that as I don't have multiple tools. It still doesn't explain why selecting the temperature in the web ui doesn't work. It should select the tool automatically in this case because there are separate temp controls for each tool on the page.

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

                      G10 sets the target active and standby temperatures for tool. The values you set with G10 are remembered, and applied when you select or deselect that tool. This allows you to switch between multiple tools an have them heat up and cool down automatically, without sending new temperature commands each time.

                      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

                      1 Reply Last reply Reply Quote 0
                      • deckingmanundefined
                        deckingman
                        last edited by

                        The problem I'm having is that DWC shows all the tools being active or all in stdby. Yet I can either use the drop down or type in a number next to an active tool and nothing happens. I'm doing it all "long hand" by using the console and typing in a series of commands.

                        Ian
                        https://somei3deas.wordpress.com/
                        https://www.youtube.com/@deckingman

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

                          @deckingman:

                          The problem I'm having is that DWC shows all the tools being active or all in stdby. Yet I can either use the drop down or type in a number next to an active tool and nothing happens. I'm doing it all "long hand" by using the console and typing in a series of commands.

                          Is that with DWC 1.19RC1, or an earlier version?

                          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

                          1 Reply Last reply Reply Quote 0
                          • deckingmanundefined
                            deckingman
                            last edited by

                            @dc42:

                            Is that with DWC 1.19RC1, or an earlier version?

                            No it's 1.17+2 - I'll upgrade to 1.19RC1 - remind me where I can find it please.

                            Ian
                            https://somei3deas.wordpress.com/
                            https://www.youtube.com/@deckingman

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

                              It's in the dev branch of chrishamm's DWC repo, and also in the Edge release folders of my RRF repo alongside RRF 1.19RC6.

                              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

                              1 Reply Last reply Reply Quote 0
                              • deckingmanundefined
                                deckingman
                                last edited by

                                OK I think I understand what's going on and it's mostly (but not all) my fault. I've upgraded to 1.19 RC1 BTW.

                                What's throwing me is that clicking on any tool switches them all from active to standby, (but that's not really true). That is to say, the column next to "Tool" is "Heater" and it's that column which toggles from "Active" to "Standby" whenever I click on any tool. So under "Tools" I have Tool 0, Tool 1 Tool 2 etc and under "Heater", next to each tool I have Heater1. Heater 1, Heater 1 all the way down (because they all use the same heater). So it just looks like clicking on any tool, is toggling the state from Active to Standby for all tools because the heater next to the tool changes state. This is what was confusing me because I can have a heater showing active next to a tool that isn't actually active. When I look closely, the little underline for the tool is still present which is what actually denotes which tool is truly active. I have to ignore the word "active" and look for the little underline instead.

                                So now I understand and it was largely me being thick (nothing new there) but I'll put a DWC request to have the active tool denoted more prominently, like in a different colour or bold, rather then the faint, hard to spot, underline.

                                Ian
                                https://somei3deas.wordpress.com/
                                https://www.youtube.com/@deckingman

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