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

    Need help enabling IDEX mirror/duplicate mode

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    9
    535
    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.
    • roig12undefined
      roig12
      last edited by

      Hi,
      Am new here 🙂

      A contractor worked on my printer and ran away mid job and left me with a machine that is working but has some small issues.

      It's a Dowell DH8 that was upgraded to IDEX and even though I can use both heads, the mirror and duplicate modes weren't set so I got nothing in my slicer profile for that nor in the machine's browser/display control.

      I have read this guide that states how to do it but didn't understand where to input the code:
      https://docs.duet3d.com/User_manual/Machine_configuration/Configuration_IDEX
      It's under this title:
      Creating a tool that uses more than one carriage to print multiple copies of an object

      Would appreciate your help guys,
      Roy

      o_lampeundefined 1 Reply Last reply Reply Quote 0
      • o_lampeundefined
        o_lampe @roig12
        last edited by o_lampe

        @roig12
        I guess a simple answer, like

        the config and tool changing files are on the micro SD card on the Duet controller. You can access the sd-card with an internet browser.
        Sometimes it's better to pull the sd card and use a card reader to create/modify the files directly.
        

        wont work for you?
        Especially because IDEX and copy/mirror mode are advanced stuff and require some detailed knowledge about your printer.
        It will even get worse, if you have an SBC controlled printer.

        roig12undefined 1 Reply Last reply Reply Quote 0
        • roig12undefined
          roig12 @o_lampe
          last edited by

          @o_lampe
          I have some knowledge and can figure my way out inside the files.
          I have installed boards and firmware for skr (marlin 2.0) years ago but I don't remember much and have never worked with duet/reprap.
          Anyway, messing around isn't totally foreign for me.

          Anyway, I don't see to which file this code is supposed to go in...

          dc42undefined roig12undefined 2 Replies Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators @roig12
            last edited by

            @roig12 the code snippets that are not prefixed by the names of the file they go in are to be put in config.g.

            You should already have sections in that file for each of the existing two tools, with each section including a M563 tool creation command. You should add the tool definition commands for the duplicate and mirror tools after those sections.

            Note, the sample definitions that we provide assume that your printer has been set up with X0 Y0 at the centre of the bed. If your machine has been set up with X0 Y0 in one corner than you should change it to put X0 Y0 at bed centre first, and reconfigure your slicer accordingly. It's possible to set up duplicate mode without putting X0 Y0 at bed centre, but then you would have to slice with a different bed size when using duplicate mode.

            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
            • roig12undefined
              roig12 @roig12
              last edited by

              @roig12 said in Need help enabling IDEX mirror/duplicate mode:

              @o_lampe
              I have some knowledge and can figure my way out inside the files.
              I have installed boards and firmware for skr (marlin 2.0) years ago but I don't remember much and have never worked with duet/reprap.
              Anyway, messing around isn't totally foreign for me.

              Anyway, I don't see to which file this code is supposed to go in...

              Thank you, will look into that!
              But another question rises now...
              How do I turn duplicate/mirror mode on and off?
              If I understand correctly it means that through the config file I will fix the printer in this mode.

              RogerPodacterundefined 1 Reply Last reply Reply Quote 0
              • RogerPodacterundefined
                RogerPodacter @roig12
                last edited by

                @roig12 you will select the tool. T0 is my left extruder and T1 is right. I have a T4 for duplicate and T5 for mirror.

                roig12undefined 1 Reply Last reply Reply Quote 1
                • o_lampeundefined
                  o_lampe
                  last edited by

                  Just for clarification: Mirror mode doesn't mean the part comes out mirrored, or does it?
                  I thought it only means that the X and U tools run in opposite directions to eliminate their inertia...
                  Which is IMHO an advanced Copy mode 2.0

                  bluetorchundefined 1 Reply Last reply Reply Quote 0
                  • roig12undefined
                    roig12 @RogerPodacter
                    last edited by

                    @RogerPodacter said in Need help enabling IDEX mirror/duplicate mode:

                    @roig12 you will select the tool. T0 is my left extruder and T1 is right. I have a T4 for duplicate and T5 for mirror.

                    Thank alot!

                    1 Reply Last reply Reply Quote 0
                    • bluetorchundefined
                      bluetorch @o_lampe
                      last edited by

                      @o_lampe little late, but yeah, Mirror mode does print a copy mirrored, it also eliminates inertia just on the axis the IDEX is set up.(either X or Y)

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