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

    Can´t print with extruder 2.

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    34
    5.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.
    • deckingmanundefined
      deckingman
      last edited by

      Just one more thing. I'm assuming you gcode file switches between T1 and T0. Not T1 and T2 because you haven't got a T2. By default the first tool in firmware is T0, the second T1, etc but many slicers use T1 for the first tool and T2 for the second. You change the behaviour of the firmware by using M563 S1 which effectively add 1 to every tool number. Then you can use T1 and T2 in you gode files but otherwise you need to use T0 and T1.

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

      1 Reply Last reply Reply Quote 0
      • manherundefined
        manher
        last edited by

        Tried this and it didn´t work.
        And since I thought that I had something wrong in my toolchanging files I deleted these and just using extruder 2 (T1) at the moment, I have no T0 (Extruder 1) command anywhere right now just T1(even changed the last row in config to T1)
        And still the same problem.

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

          OK so it looks like it isn't to do with tool changes. As I understand it from your first post, the tool heats OK, it starts to print and then it freezes and the web display shows the print progress as 100%, as if the print has finished. This only happens with T1 and never with T0, is that correct?

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

          1 Reply Last reply Reply Quote 0
          • manherundefined
            manher
            last edited by

            @deckingman:

            OK so it looks like it isn't to do with tool changes. As I understand it from your first post, the tool heats OK, it starts to print and then it freezes and the web display shows the print progress as 100%, as if the print has finished. This only happens with T1 and never with T0, is that correct?

            Yes that's correct, never happens with T0, have had many successed prints when only using T0. I'm now trying with exactly the same g code, just changed T0 to T1 and the problem occurred

            1 Reply Last reply Reply Quote 0
            • T3P3Tonyundefined
              T3P3Tony administrators
              last edited by

              Is it possible there is a T0 command somewhere later in the Gcode?

              Also does it freeze at eactly the same point each time?

              www.duet3d.com

              1 Reply Last reply Reply Quote 0
              • manherundefined
                manher
                last edited by

                @T3P3Tony:

                Is it possible there is a T0 command somewhere later in the Gcode?

                Also does it freeze at eactly the same point each time?

                searched the whole code no T0, freezes at the same point every time, freezes on a normal G1 movement.

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

                  It could indicate a short in the extruder 1 or heater 2 wiring. Does heater 2 show a stable temperature?

                  When the print freezes, do the axes show as no longer homed in DWC? This would indicate that the Duet is resetting. If so, run M122 to see the last reset time and reason.

                  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
                  • T3P3Tonyundefined
                    T3P3Tony administrators
                    last edited by

                    And yet if you run the same G-code with the initial T1 replaced with T0 it works fine?

                    Can you replicate this working with T0, not working with T1 on a different gcode file?

                    www.duet3d.com

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

                      Is there anything other than a reset that could cause the print progress to go to 100%? If not, then I guess it has to be wiring issue on T1 that is triggering the reset, so a short or some such?

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

                      1 Reply Last reply Reply Quote 0
                      • manherundefined
                        manher
                        last edited by

                        @dc42:

                        It could indicate a short in the extruder 1 or heater 2 wiring. Does heater 2 show a stable temperature?

                        When the print freezes, do the axes show as no longer homed in DWC? This would indicate that the Duet is resetting. If so, run M122 to see the last reset time and reason.

                        Heater 2 is showing a stable temperature.
                        When freezing the whole webinterface freezes, can´t do anything (and all axis show homed)

                        Just tried an other g code with the same problem, working with T0 but not with T1, this time it freezes by the first layer doing the first G1.
                        The privious file froze at layer 4

                        1 Reply Last reply Reply Quote 0
                        • T3P3Tonyundefined
                          T3P3Tony administrators
                          last edited by

                          (with the board powered down)

                          try swapping T0 and T1 and see if the fault moves or stays the same.

                          www.duet3d.com

                          1 Reply Last reply Reply Quote 0
                          • manherundefined
                            manher
                            last edited by

                            @deckingman:

                            Is there anything other than a reset that could cause the print progress to go to 100%? If not, then I guess it has to be wiring issue on T1 that is triggering the reset, so a short or some such?

                            If there is a short this must be on the board, since I have tried switching the heaters/thermistors on the board.
                            Both heaters works as T0 but not T1

                            1 Reply Last reply Reply Quote 0
                            • manherundefined
                              manher
                              last edited by

                              Tried to run one of the g codes that crashed earlier once more, this time manually line by line in the web interface and surprisingly it didn´t crash.
                              How can it be that everything freezes when I run the code in auto and not when I run it manually row by row?

                              1 Reply Last reply Reply Quote 0
                              • StephenRCundefined
                                StephenRC
                                last edited by

                                The buffer for the gcode may have a glitch,

                                1 Reply Last reply Reply Quote 0
                                • manherundefined
                                  manher
                                  last edited by

                                  Now it actually happened with T0 as well (for the first time), crashed with five layers remaining at a five-hour spiral vase print.
                                  I'm going nuts, what can cause these crashes?
                                  As I´ve said before, it happens every time with T1 but almost never with T0 (this was the first).
                                  I can´t see anything wrong in the config or g codes (but I´m no expert needs to be said).
                                  And I don´t think that it´s a wiring issue since the problem follows that extruder that is connected as T1 on the board.
                                  Anyone else that experience mid-print faults, that might have a solution to my problem?
                                  Could it be something wrong with my board?

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

                                    @manher:

                                    Now it actually happened with T0 as well (for the first time), crashed with five layers remaining at a five-hour spiral vase print.
                                    I'm going nuts, what can cause these crashes?
                                    As I´ve said before, it happens every time with T1 but almost never with T0 (this was the first).
                                    I can´t see anything wrong in the config or g codes (but I´m no expert needs to be said).
                                    And I don´t think that it´s a wiring issue since the problem follows that extruder that is connected as T1 on the board.
                                    Anyone else that experience mid-print faults, that might have a solution to my problem?
                                    Could it be something wrong with my board?

                                    Please explain what you mean by "crashes". Does the board reset? Run M122 to find out. If the "Last reset time" corresponds to when the print stopped unexpectedly, instead of before you started the print, tell us what it shows for "Last reset reason" and "Last software reset code".

                                    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
                                    • manherundefined
                                      manher
                                      last edited by

                                      @dc42:

                                      @manher:

                                      Now it actually happened with T0 as well (for the first time), crashed with five layers remaining at a five-hour spiral vase print.
                                      I'm going nuts, what can cause these crashes?
                                      As I´ve said before, it happens every time with T1 but almost never with T0 (this was the first).
                                      I can´t see anything wrong in the config or g codes (but I´m no expert needs to be said).
                                      And I don´t think that it´s a wiring issue since the problem follows that extruder that is connected as T1 on the board.
                                      Anyone else that experience mid-print faults, that might have a solution to my problem?
                                      Could it be something wrong with my board?

                                      Please explain what you mean by "crashes". Does the board reset? Run M122 to find out. If the "Last reset time" corresponds to when the print stopped unexpectedly, instead of before you started the print, tell us what it shows for "Last reset reason" and "Last software reset code".

                                      With crashes I mean that everything freezes, web interface showes 100% progress and then everything freezes.
                                      I have noted that if I wait a couple of seconds then I´m able to disconnect and then reconnect and when I run M122 these are the resets codes:
                                      Last reset 00:00:11 ago, cause: software
                                      Last software reset code: 0x5004, available RAM 24636 bytes (slot 0)

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

                                        The software reset code info at https://duet3d.com/wiki/Error_codes_and_software_reset_codes indicates that a software reset occurred because the firmware was trying to write debug info or other essential info to the USB port, but writing was b!Locked because the port wasn't connected or the program at the other end had stopped reading data from it.. This should only occur if you enable debug output using the M111 S1 command.

                                        Assuming you do not have the USB port connected, I suggest you connect it to a PC, load Pronterface or another USB host program, and connect to the printer. Then do something that normally provokes the problem and see what messages appear on the PC.

                                        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
                                        • manherundefined
                                          manher
                                          last edited by

                                          @dc42:

                                          The software reset code info at https://duet3d.com/wiki/Error_codes_and_software_reset_codes indicates that a software reset occurred because the firmware was trying to write debug info or other essential info to the USB port, but writing was b!Locked because the port wasn't connected or the program at the other end had stopped reading data from it.. This should only occur if you enable debug output using the M111 S1 command.

                                          Assuming you do not have the USB port connected, I suggest you connect it to a PC, load Pronterface or another USB host program, and connect to the printer. Then do something that normally provokes the problem and see what messages appear on the PC.

                                          Pronterface messages this:

                                          [ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
                                          Exception in thread Thread-20:
                                          Traceback (most recent call last):
                                          File "threading.pyc", line 808, in __bootstrap_inner
                                          File "threading.pyc", line 761, in run
                                          File "printrun\printcore.pyc", line 357, in _sender
                                          File "printrun\printcore.pyc", line 623, in _send
                                          File "encodings\utf_8.pyc", line 16, in decode
                                          UnicodeDecodeError: 'utf8' codec can't decode byte 0xe4 in position 38: invalid continuation byte

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

                                            Unfortunately, that doesn't help because Pronterface has reported an exception in its own code without displaying the rest of the data. Do you have Arduino (any version) installed on your computer? If so, please try the same test again, but with Arduino Serial Monitor connected to the COM port that the Duet provides instead of Pronterface.

                                            Also please check that the software reset code reported by M122 is the same as before.

                                            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
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA