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

    Issues with dual extrusion and Prusaslicer with Duet 2

    Scheduled Pinned Locked Moved Solved
    Tuning and tweaking
    4
    40
    2.1k
    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.
    • Danalundefined
      Danal
      last edited by

      It shows up. My "start gcode" box on the printer settings tab is blank.

      How are you 'convincing' the slicer to print the one STL on the second extruder? Same as the screenshot above?

      Delta / Kossel printer fanatic

      Turboundefined 1 Reply Last reply Reply Quote 0
      • Turboundefined
        Turbo @Danal
        last edited by Turbo

        @Danal Yep. although i think you just helped me solve it. you have no temps in the start gcode? thats where mine differs. ill try removing it and see what happens

        Cant stop tuning wont stop tuning.
        Dbot, Custom i3, Voron 0&2

        1 Reply Last reply Reply Quote 0
        • Danalundefined
          Danal
          last edited by

          I don't see a set bed temp in your gcode either. Is it further down?

          M190

          Delta / Kossel printer fanatic

          Turboundefined 1 Reply Last reply Reply Quote 0
          • Turboundefined
            Turbo @Danal
            last edited by

            @Danal line 26 has bed temp

            Cant stop tuning wont stop tuning.
            Dbot, Custom i3, Voron 0&2

            1 Reply Last reply Reply Quote 0
            • Danalundefined
              Danal
              last edited by

              Got it. I just missed it with my eye, somehow.

              Hmmm.... Let me upgrade to the latest release, I'm on 2.0.0 right now. Be a min or two...

              Delta / Kossel printer fanatic

              1 Reply Last reply Reply Quote 0
              • Turboundefined
                Turbo
                last edited by

                Okay so deleting The temps from the start gcode solved it I believe. I have a print running right now, but ill try it afterwards, but the gcode reflects the fix.

                Cant stop tuning wont stop tuning.
                Dbot, Custom i3, Voron 0&2

                1 Reply Last reply Reply Quote 1
                • Danalundefined
                  Danal
                  last edited by

                  Good. I'm still going to install 2.2, just because 🙂

                  Delta / Kossel printer fanatic

                  Turboundefined 1 Reply Last reply Reply Quote 1
                  • Turboundefined
                    Turbo @Danal
                    last edited by

                    @Danal Okay so deleting it kinda fixed it but not really. It does auto add the code for the tool requested, but will try to print before the extruder is up to temp. I dont know why.

                    Cant stop tuning wont stop tuning.
                    Dbot, Custom i3, Voron 0&2

                    1 Reply Last reply Reply Quote 0
                    • Turboundefined
                      Turbo
                      last edited by

                      adding an M109 S[first_layer_temperature] cause it to heat up the wrong extruder

                      Cant stop tuning wont stop tuning.
                      Dbot, Custom i3, Voron 0&2

                      dc42undefined 1 Reply Last reply Reply Quote 0
                      • Turboundefined
                        Turbo
                        last edited by Turbo

                        Adding an M116 seems to have done the trick, however, i get an error message saying that tool 0 didnt move because it never got up to temp, possibly because it is set as active by default (although im not using is to why even prompt me?), and the second extruder only gets set to active when the standalone T1 command is executed in gcode. I would leave it, but i dont want an error message every print, as it concerns me.

                        Cant stop tuning wont stop tuning.
                        Dbot, Custom i3, Voron 0&2

                        1 Reply Last reply Reply Quote 0
                        • Danalundefined
                          Danal
                          last edited by

                          Waiting for the tool is not up to the slicer. Be sure you have a "M116 H2 " near the beginning of your

                          /sys/tpost1.g

                          file. Actually tpost0.g and tpost1.g

                          If you don't have those files, create them.

                          Delta / Kossel printer fanatic

                          Turboundefined 1 Reply Last reply Reply Quote 0
                          • Turboundefined
                            Turbo @Danal
                            last edited by Turbo

                            @Danal
                            M116 H1 in the tpost0 and H2 in tpost1 as they refer to heater number, or h2 in both?

                            Cant stop tuning wont stop tuning.
                            Dbot, Custom i3, Voron 0&2

                            Danalundefined 1 Reply Last reply Reply Quote 0
                            • Danalundefined
                              Danal @Turbo
                              last edited by

                              @Turbo said in Issues with dual extrusion and Prusaslicer with Duet 2:

                              @Danal
                              M116 H1 in the tpost0 and H2 in tpost1 as they refer to heater number, or h2 in both?

                              Heater number. Which, in my config, is Tool Number + 1. Because H0 is bed.

                              Delta / Kossel printer fanatic

                              Turboundefined 1 Reply Last reply Reply Quote 0
                              • Turboundefined
                                Turbo @Danal
                                last edited by

                                @Danal After including that, nothing seems to have changed. when it goes to start the purge line i configured in the start gcode, it doesnt extrude because its not up to temp, defeating the purpose

                                Cant stop tuning wont stop tuning.
                                Dbot, Custom i3, Voron 0&2

                                Danalundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
                                • Danalundefined
                                  Danal @Turbo
                                  last edited by

                                  @Turbo said in Issues with dual extrusion and Prusaslicer with Duet 2:

                                  @Danal After including that, nothing seems to have changed. when it goes to start the purge line i configured in the start gcode, it doesnt extrude because its not up to temp, defeating the purpose

                                  It should be waiting on that line in the toolchange macro. You may need a T-1 (unmount all tools) in the startup.

                                  Delta / Kossel printer fanatic

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

                                    @Turbo Use G10 S and R to set the active and standby temperatured. You need to put the commands in your slicer start gcode. I'm trying to remember how I had multiple tools set up years ago when I used a Mendel Tri- colour. I'm fairly sure that's all I had to do. When changing tools, the firmware waits (or it used to) for the new tool to reach the active temperature and (I think) the old tool to cool to the standby temperature. No need for any commands other than Tn. These days, I use up to 9 tools but they share a common heater so all I have to do is put G10 Pn Snn Rnn for each tool in the start gcode and use the same value for S and R.

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

                                    1 Reply Last reply Reply Quote 0
                                    • Danalundefined
                                      Danal
                                      last edited by

                                      @deckingman, the goal is to not change the default Slicer3pe start gcode.

                                      Part of this is based on the fact that I am using a multi-tool printer, and my "custom start gcode" is blank, and it works (properly heats tools at the right time, etc)

                                      So another phrasing could be: Why would @Turbo have to use custom start gcode when others don't?

                                      Delta / Kossel printer fanatic

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

                                        @Danal Ahh OK. I hadn't read the entire thread - just the title ("Issues with dual extrusion and Prusaslicer with Duet 2") and one or two posts. Sorry for not realising that there were restrictions on what could, and could not, be done to help. I'll leave you guys to it then.

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

                                        Danalundefined 1 Reply Last reply Reply Quote 0
                                        • Danalundefined
                                          Danal @deckingman
                                          last edited by

                                          @deckingman said in Issues with dual extrusion and Prusaslicer with Duet 2:

                                          @Danal Ahh OK. I hadn't read the entire thread - just the title ("Issues with dual extrusion and Prusaslicer with Duet 2") and one or two posts. Sorry for not realising that there were restrictions on what could, and could not, be done to help. I'll leave you guys to it then.

                                          No prob, man, your insights are always welcome!

                                          Delta / Kossel printer fanatic

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

                                            @Danal No worries. For info, the G10 S and R thing was used along with X and Y offsets on the original RepRap Pro Mendel Tri-Colour and running the original (Andrian Bowyer?) RepRap firmware on Duet 06 boards. It even pre-dates the use of tool change macros (I think). I guess it would still be valid for fixed multi-nozzle setups, but not for tool changers.

                                            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