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

    IDEX Printer Commands

    Scheduled Pinned Locked Moved
    General Discussion
    4
    15
    1.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.
    • jensus11undefined
      jensus11
      last edited by

      Ah, i understand but what is the command for the tool in the start code?

      1 Reply Last reply Reply Quote 0
      • oliofundefined
        oliof
        last edited by oliof

        @jensus11 if you follow the instructions for IDEX machines at the wiki (cannot copy and paste right now, so no link, sorry), the first tool is T0, the second is T1, and the copy mode virtual tool is T2. If you were to add a mirror mode virtual tool, it would be T3. But it depends on your configuration. mirror mode is achieved by modifying your tfree and tpost macros as outlined in the section I link to in the next comment.

        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

        1 Reply Last reply Reply Quote 0
        • oliofundefined
          oliof
          last edited by

          And a reboot later, here is Creating a Tool that Uses More than One Carriage to Print Multiple Copies of an Object.

          <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

            @jensus11 said in IDEX Printer Commands:

            Hello,

            I have a problem, I don't understand what I have to enter in the slicer (S3D) when I want to print mirror duplication.
            Can someone explain this and help me to set up?

            regards
            Jens

            If you have set up your M208 commands so that X0 Y0 is the centre of the bed (and configured your slicer to centre the print on X0 Y0), then you just need to do two things to use duplication or mirror mode:

            1. Make sure that the print fits in the available width. This will be half the normal width using duplication mode, and a little less using mirror mode.

            2. Tell the slicer to use the duplication tool or the mirror tool. If you followed our suggestions in the wiki, these are T2 and T3 respectively.

            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
            • jensus11undefined
              jensus11
              last edited by

              Thanks for your help. I configured everything as in the manual. But my problem is that I don't know how to insert this into S3D.
              Can you give me a sample for T2.
              Then i do a test print, when its not work i post my configs.

              1 Reply Last reply Reply Quote 0
              • oliofundefined
                oliof
                last edited by

                Add this to your GCode start code for mirror prints:

                T2

                And you should be done.

                S3D does not need to know this is a mirror print. If you set the tool offsets correctly, the printer should do the right thing and just print in mirror mode.

                It might be easier to do this if you set the origin to the middle of the print bed, so the X offsets for the tools are modified by (-(X axis width/4)) and (X axis width/4) for X and U. It could be helpful but is not necessary to have a printer profile with bed dimensions where X is halved and Y is full length (or limited to the length reachable by both print heads if one happens to be offset) to avoid slicing too large a model. Having the origin set to the center of this "virtual" printer with only the bed size changed should be enough to slice a model that ends up mirrored nicely.

                This assumes both hotends run the same material(s) and can use the same cooling and temperature settings. But without that, mirror mode seems ... risky.

                <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                1 Reply Last reply Reply Quote 0
                • jensus11undefined
                  jensus11
                  last edited by

                  also it doesn't work. E0 print one thing on the left side from bed. E1 is heating and not more.

                  Can you check my config.g?

                  i don't know what it is.
                  Which file i should also upload?

                  config.g

                  1 Reply Last reply Reply Quote 0
                  • jensus11undefined
                    jensus11
                    last edited by jensus11

                    I have looked the gcode an then i see that S3D after the T2 command a T0 write. I have delete the T0 and it is ok.
                    Now the printtools are starting from the correct position and the move looks great.
                    But the new problem is, when the tools are start to print goes the heater E0 and E1 off. The print are continues.
                    Why is that?

                    1 Reply Last reply Reply Quote 0
                    • oliofundefined
                      oliof
                      last edited by

                      I get a "not found" on that config.g

                      It'd be best if you shared your tpre/roost/tfree macros too.

                      <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                      1 Reply Last reply Reply Quote 0
                      • jensus11undefined
                        jensus11
                        last edited by

                        ok, here the other files.

                        tpre1.g tpre0.g tpost2.g tpost1.g tpost0.g tfree2.g tfree1.g tfree0.g

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

                          Can you upload your config.g again? It didn't work the first time.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • jensus11undefined
                            jensus11
                            last edited by

                            please,

                            config.g

                            1 Reply Last reply Reply Quote 0
                            • jensus11undefined
                              jensus11
                              last edited by

                              i know i have found the solution. S3D write on the false position the tool command.

                              this is from S3D:Bildschirmfoto 2020-11-03 um 19.56.42.png

                              and this is what i have change:
                              Bildschirmfoto 2020-11-03 um 19.56.14.png

                              what can I do to avoid changing every file?

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