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

    Quad head idex

    Scheduled Pinned Locked Moved
    General Discussion
    5
    26
    2.5k
    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.
    • dc42undefined
      dc42 administrators @wdenker
      last edited by

      @wdenker said in Quad head idex:

      @dc42 all four heads print at the same time. Two carriages four heads. Wanting to drastically speed up the print process. I know two can be done but I would like to do four. I have the hardware already setup. Just doing some finishing touches on the printed brackets.

      Please explain how four heads on two carriages (not 4 carriages) could print the same part at the same time.

      By "same part", do you mean different parts of one piece, or 4 different copies of one print?

      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

      MoczikGaborundefined wdenkerundefined 2 Replies Last reply Reply Quote 0
      • MoczikGaborundefined
        MoczikGabor @dc42
        last edited by

        @dc42 said in Quad head idex:

        Please explain how four heads on two carriages (not 4 carriages) could print the same part at the same time.

        By "same part", do you mean different parts of one piece, or 4 different copies of one print?

        I think he meant 4 copies, and maybe 2 X carriages per 2 Y rails.

        But... If that's the case, why it would need any electronic solution? You could mechanically couple the 2 rails at 1/2maxY distance apart, with 2 carriages at 1/2maxX distance apart, making a 4 quadrant bed, so each quadrant would be 500x500.

        1 Reply Last reply Reply Quote 0
        • wdenkerundefined
          wdenker @dc42
          last edited by

          @dc42 all four heads on one and same part one head printing it's portion and the same with the rest. One head printing in it's section of the part another printing it's section of the part. All four on the same single part not copies.

          www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

            @wdenker said in Quad head idex:

            @dc42 all four heads on one and same part one head printing it's portion and the same with the rest. One head printing in it's section of the part another printing it's section of the part. All four on the same single part not copies.

            IMO your biggest challenge will be developing a slicer that can slice for such a machine, or possibly a post-processor that can split one GCode stream into four synchronised but non-interfering GCode streams.

            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

            wdenkerundefined 1 Reply Last reply Reply Quote 0
            • wdenkerundefined
              wdenker @dc42
              last edited by

              @dc42 is two possible on the same part?

              www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                @wdenker said in Quad head idex:

                @dc42 is two possible on the same part?

                Sams problem to be solved. The post-processor is probably the easiest approach. You could print the perimeters of each layer using just one tool, but when the perimeters are done, split the infill between 2 or 4 tools. With Duet 3 it may be possible to run such a post-processor on the machine itself.

                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
                • wdenkerundefined
                  wdenker
                  last edited by

                  Ok so say I get the slicer resolved. How hard is it to resolve on the duet.

                  www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                    @wdenker best bet is to start with getting solution working for a "normal" 2 head IDEX printer (which is already supported by the Duet/RepRapFirmware)

                    www.duet3d.com

                    wdenkerundefined 1 Reply Last reply Reply Quote 0
                    • wdenkerundefined
                      wdenker @T3P3Tony
                      last edited by

                      @t3p3tony that's the plan. Was hoping to get something in the works as I have the hardware about done as far as setup.

                      www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                        Getting two heads printing different parts of the same print is something that I think would be interesting to do. I envisage a post-processor or Duet 3 plugin that reads the GCode command stream and parallelizes it where possible. At the start of each layer, it would use a single head to print the perimeters. Then it would divide the print into four areas, such that areas 1 and 3 can be printed independently of each other without the two heads colliding, and so can 2 and 4. If the usual 45 degree infill pattern is used, the split between these areas could be parallel to the infill direction. Then we would need a mechanism to represent two parallel blocks of GCode commands that can be printed simultaneously, along with a "sync" command. The sync command would park whichever head finished first, until the other one finishes. So we can command the printer to print areas 1 and 3 in parallel, sync, then print areas 2 and 4 in parallel and sync again. Then repeat for the next layer.

                        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

                        wdenkerundefined 2 Replies Last reply Reply Quote 0
                        • adavidmundefined
                          adavidm
                          last edited by

                          There is a paper here:

                          http://www.ambots.net/user/pages/03.technology/_publications/chunk-based-slicer.pdf

                          That describes, amongst other things, a slicing strategy for "cooperative" printing.

                          May be of interest.

                          adavidm

                          1 Reply Last reply Reply Quote 2
                          • wdenkerundefined
                            wdenker @dc42
                            last edited by

                            @dc42 I have a 1000x1000x600 dual head ready to go just need to setup the firmware side of it. Is there a article on how to set it up? Duet 3 plugin sounds amazing if that could happen. Would love to talk to you through IM if possible.

                            www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                              @wdenker if its a dual head then do you have it setup initiall as a "normal" IDEX?

                              www.duet3d.com

                              wdenkerundefined 1 Reply Last reply Reply Quote 0
                              • wdenkerundefined
                                wdenker @T3P3Tony
                                last edited by

                                @T3P3Tony right ok is there a way to use the configurator to do that I went through it the other night and didn't see any idex options.

                                www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                                  No idex is not a config tool option yet.

                                  Start with a config tool setup for a cartesian and then follow this guide:
                                  https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian

                                  www.duet3d.com

                                  wdenkerundefined 3 Replies Last reply Reply Quote 0
                                  • wdenkerundefined
                                    wdenker @T3P3Tony
                                    last edited by

                                    @T3P3Tony can I use my current config for my corexy I use for everything? Thanks for quick replies!

                                    www.bd3dcustoms.com | BD3DCUSTOMS Supercube

                                    1 Reply Last reply Reply Quote 0
                                    • wdenkerundefined
                                      wdenker @T3P3Tony
                                      last edited by

                                      @T3P3Tony So just trying to get firmware made up for this and the very first step is to create new axes using M584. My config.g doesn't have any M584. Going to follow the rest through and see what I get hoping by the time I am done I have the answer to why that is.

                                      www.bd3dcustoms.com | BD3DCUSTOMS Supercube

                                      1 Reply Last reply Reply Quote 0
                                      • wdenkerundefined
                                        wdenker @T3P3Tony
                                        last edited by wdenker

                                        @T3P3Tony @dc42 Here is first take on it. Any thoughts? I found an example with M584 not sure if I got it right though. config.g

                                        www.bd3dcustoms.com | BD3DCUSTOMS Supercube

                                        1 Reply Last reply Reply Quote 0
                                        • wdenkerundefined
                                          wdenker @dc42
                                          last edited by

                                          @dc42 is there anyway I could pay you to help me get this firmware going? I just don't have a lot of time to do the whole trial and error thing to get it going. I have a corexy with four lead screws for the bed already and that configuration that works I need to add The second pantry and head movement to it. Let me know what you think.

                                          www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                                            @wdenker can you be more specific, what is currently not working with the config you posted.

                                            You have a U and a V axis defined, In a traditional IDEX you would have X and U as the two independent axes, is V the second Y axis? If so I would get the "conventional" Idex setup working first.

                                            www.duet3d.com

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