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

    Hotend modes "off", "standby", "active"

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    23
    1.0k
    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.
    • Plohishundefined
      Plohish
      last edited by

      thanks for your reply
      Yes, I wanted to do this with the G-code

      How can it be dangerous for a hot-end to be in the “standby” mode, in contrast to the “off”?

      Please forgive my bad English, it's Google's fault :)

      botundefined 1 Reply Last reply Reply Quote 0
      • botundefined
        bot @Plohish
        last edited by

        I don't know if it's necessarily dangerous to have a tool in standby mode. However, if the standby temperature is set higher than you expect it to be, that could be surprising.

        You could set all standby temperatures for all tools to 0, then deselect all tools, via GCode.

        *not actually a robot

        1 Reply Last reply Reply Quote 0
        • Plohishundefined
          Plohish
          last edited by

          thank you for your help

          Please forgive my bad English, it's Google's fault :)

          1 Reply Last reply Reply Quote 0
          • mwolterundefined
            mwolter
            last edited by

            @Plohish Here are the GCode commands you’re looking for:

            Tool Status Commands

            Standby: 
             	 T-1
             	 or select a tool other than the current tool
            	
            Off: 
             	 G10 P0 S-273.15 R-273.15
            
            Active: 
             	 T0
             	 or select the tool you wish to be active
            
            Plohishundefined botundefined 3 Replies Last reply Reply Quote 3
            • Plohishundefined
              Plohish @mwolter
              last edited by

              @mwolter Thanks you!

              Please forgive my bad English, it's Google's fault :)

              1 Reply Last reply Reply Quote 0
              • botundefined
                bot @mwolter
                last edited by

                @mwolter Agreed, thank you. I forgot that you could turn off a heater by setting it to absolute zero.

                *not actually a robot

                1 Reply Last reply Reply Quote 0
                • Plohishundefined
                  Plohish @mwolter
                  last edited by

                  @mwolter can you tell me the same commands for the bed?

                  Please forgive my bad English, it's Google's fault :)

                  1 Reply Last reply Reply Quote 0
                  • mwolterundefined
                    mwolter
                    last edited by mwolter

                    @Plohish

                    Bed Status Commands

                    Standby: 
                    	M144
                    	
                    Off: 
                    	M140 S-273.15
                    
                    Active: 
                    	M140 S110 ; set bed active and to 100c
                    
                    Plohishundefined 1 Reply Last reply Reply Quote 1
                    • Plohishundefined
                      Plohish @mwolter
                      last edited by

                      @mwolter

                      thank you so much!

                      Please forgive my bad English, it's Google's fault :)

                      1 Reply Last reply Reply Quote 0
                      • mwolterundefined
                        mwolter
                        last edited by

                        @Plohish You're welcome. For some reason, this info a little difficult to find. Glad I could help.

                        1 Reply Last reply Reply Quote 0
                        • Plohishundefined
                          Plohish
                          last edited by

                          little problem

                          comand G10 P0 S-273.15 R-273.15 disables the hot end and sets the temperature = 0 in the web interface, but on the panel the temperature remains the one that was set.
                          firmware Release 3.0

                          Please forgive my bad English, it's Google's fault :)

                          Phaedruxundefined 1 Reply Last reply Reply Quote 0
                          • Phaedruxundefined
                            Phaedrux Moderator @Plohish
                            last edited by

                            @Plohish Please update your firmware to 3.1.1 and the Panel to 1.24 and see if that still holds true.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            Plohishundefined 1 Reply Last reply Reply Quote 0
                            • Plohishundefined
                              Plohish @Phaedrux
                              last edited by

                              @Phaedrux my panel has firmware 1.24
                              Today I’m not ready to upgrade the Duet to 3.1.1, maybe I will do it later

                              Please forgive my bad English, it's Google's fault :)

                              Phaedruxundefined 1 Reply Last reply Reply Quote 0
                              • Phaedruxundefined
                                Phaedrux Moderator @Plohish
                                last edited by

                                @Plohish Its a much easier upgrade than going from 2x to 3x.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                Plohishundefined 1 Reply Last reply Reply Quote 0
                                • Plohishundefined
                                  Plohish
                                  last edited by

                                  the ATX OFF button from the web interface turns off the printer even if the hot end has a temperature above 45 degrees, is this normal?

                                  Please forgive my bad English, it's Google's fault :)

                                  1 Reply Last reply Reply Quote 0
                                  • Plohishundefined
                                    Plohish @Phaedrux
                                    last edited by Plohish

                                    @Phaedrux I changed the firmware to 3.1.1
                                    this did not help me solve the problem incorrect display of temperature on the panel

                                    Please forgive my bad English, it's Google's fault :)

                                    1 Reply Last reply Reply Quote 0
                                    • OwenDundefined
                                      OwenD
                                      last edited by

                                      Yes it’s normal if you just send M81
                                      Use S1 parameters

                                      M81 ; turn power off immediately
                                      M81 S1 ; turn power off when all thermostatic fans have turned off

                                      Plohishundefined 1 Reply Last reply Reply Quote 0
                                      • Plohishundefined
                                        Plohish @OwenD
                                        last edited by Plohish

                                        @OwenD I thought the duet button is much more intelligent and understands that turning off is not desirable 🙂
                                        I know about M81 S1 doing it from a macro

                                        Please forgive my bad English, it's Google's fault :)

                                        Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                        • Phaedruxundefined
                                          Phaedrux Moderator @Plohish
                                          last edited by

                                          @Plohish said in Hotend modes "off", "standby", "active":

                                          @OwenD I thought the duet button is much more intelligent and understands that turning off is not desirable 🙂
                                          I know about M81 S1 doing it from a macro

                                          Perhaps @chrishamm can make that configurable?

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          Plohishundefined 1 Reply Last reply Reply Quote 0
                                          • Plohishundefined
                                            Plohish @Phaedrux
                                            last edited by

                                            @Phaedrux What do you think about the problem of displaying temperature on the panel?

                                            Please forgive my bad English, it's Google's fault :)

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