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

    Ditto, mirror, dual head

    Scheduled Pinned Locked Moved
    General Discussion
    2
    6
    337
    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.
    • wdenkerundefined
      wdenker
      last edited by

      Wondering if there is documentation I am not finding on idexx machines. I have my dual gantry dual head corexy printing and was wanting to start a dual head print in ditto mode. But I'm not finding the documentation on it.

      www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

        https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian should have you covered.

        <>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

          Here is my RRF 2 config of my IDEX printer. It does not have a mirror mode but copy mode works and the only difference between copy and mirror mode is inverting the U axis.

          https://github.com/oliof/printerconfigs/blob/main/cr20/system/config.g

          For copy mode, I have a second printer profile in my slicer (I use superslicer) that

          a) has the print surface halved, i.e. rather than 220x220 it's 100x220 (a bit less than half to ensure clearance)
          b) selects Tool2 in the custom start gcode(T2)
          c) unselects all tools in the custom end gcode (T-1)

          For mirror mode I would add axis mapping and unmapping in another printer profile.

          Superslicer has its own options to manage tool parking and standby temps, but I use the free/tpre/tpost macro facilities of RRF so all those slicer features are unused.

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

          wdenkerundefined 1 Reply Last reply Reply Quote 1
          • wdenkerundefined
            wdenker
            last edited by

            ok so mapping the tool to my drive you have this line...

            M563 P1 D1 H3 X3 F3 S"Rechts" ; Define tool 1 (runs on U carriage, uses heater 3 and fan 3 for part cooling)

            this is what I have but I don't know that it is right.

            M563 P1 D0 H2 F4 ; Define tool 0
            G10 P1 U0 V925 Z0 ; Set tool 0 axis offsets

            www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

              @oliof I think I got duplication down...

              ; Tools
              M563 P0 D0 H1 ; Define tool 0
              M563 P1 D1 H2 F4 ; Define tool 0
              M563 P2 D0:1 H1:2 F0:F4 X9:0 Y8:1 ; Define tool 0
              G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
              G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
              G10 P1 U0 V925 Z0 ; Set tool 0 axis offsets
              G10 P1 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
              G10 P2 U0 V-450 Z0 ; Set tool 0 axis offsets
              G10 P2 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

              www.bd3dcustoms.com | BD3DCUSTOMS Supercube

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

                looks about right. Are the X and Y offsets correct?

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