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

    D-Bot/CrusaXY mash up (CoreXY iDEX)

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    8
    40
    2.7k
    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.
    • Rushmere3Dundefined
      Rushmere3D
      last edited by

      Another question while I think of it. Can you modify macros on the paneldue?

      Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

      1 Reply Last reply Reply Quote 0
      • Rushmere3Dundefined
        Rushmere3D
        last edited by

        Anyone able to answer my two questions?

        Thanks.

        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

        1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk @Rushmere3D
          last edited by

          @Rushmere3D

          @Rushmere3D said in D-Bot/CrusaXY mash up (CoreXY iDEX):

          Quick question, am I right in thinking if I want to run two Toolboards on a duet3 I also need a Distribution Board?

          Thanks,

          J.

          Yes, you'll need a distribution board

          @Rushmere3D said in D-Bot/CrusaXY mash up (CoreXY iDEX):

          Another question while I think of it. Can you modify macros on the paneldue?

          no, you can't

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          Rushmere3Dundefined 1 Reply Last reply Reply Quote 1
          • Rushmere3Dundefined
            Rushmere3D @jay_s_uk
            last edited by

            @jay_s_uk

            Thank you.

            Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

            1 Reply Last reply Reply Quote 0
            • Rushmere3Dundefined
              Rushmere3D
              last edited by Rushmere3D

              Hi all,

              OK a bit of progress, the printer now has the second tool fitting and everything is wired up including now physical end stops rather than sensor-less.

              Here a picture of it right now:

              alt text

              Thanks,

              James.

              Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

              1 Reply Last reply Reply Quote 0
              • Rushmere3Dundefined
                Rushmere3D
                last edited by

                Right so, I've been playing until someone can offer assistants.

                I've got the printer to home each axis (via Home X, Y, U button) I added this line to the config.g under the M584 line.

                M669 X1:1:0:0 Y1:-1:0:-1 Z0:0:1:0 U0:0:0:1
                

                However homing Z cause issues, the U axis is told to home which is does but then when X and Y move to 0,0 it;s trying to also move U but just skips steps because it is up to it's end stop. Any suggestions?

                Thanks,

                James.

                Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

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

                  @Rushmere3D said in D-Bot/CrusaXY mash up (CoreXY iDEX):

                  Quick question, am I right in thinking if I want to run two Toolboards on a duet3 I also need a Distribution Board?

                  Thanks,

                  J.

                  It's not essential, but it makes the wiring simpler and provides fused power for each tool distribution board.

                  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
                  • dc42undefined
                    dc42 administrators @Rushmere3D
                    last edited by

                    @Rushmere3D said in D-Bot/CrusaXY mash up (CoreXY iDEX):

                    Right so, I've been playing until someone can offer assistants.

                    I've got the printer to home each axis (via Home X, Y, U button) I added this line to the config.g under the M584 line.

                    M669 X1:1:0:0 Y1:-1:0:-1 Z0:0:1:0 U0:0:0:1
                    

                    However homing Z cause issues, the U axis is told to home which is does but then when X and Y move to 0,0 it;s trying to also move U but just skips steps because it is up to it's end stop. Any suggestions?

                    Please post a diagram that shows how the U carriage is controlled by the belts and motors.

                    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

                    Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                    • Rushmere3Dundefined
                      Rushmere3D @dc42
                      last edited by

                      @dc42

                      Does this help.

                      Annotation 2021-02-06 143531.jpg

                      Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                      1 Reply Last reply Reply Quote 0
                      • Rushmere3Dundefined
                        Rushmere3D
                        last edited by

                        Here's some actual printer pictures.

                        IMG_20210206_145348.jpg IMG_20210206_145354.jpg IMG_20210206_145403.jpg IMG_20210206_145421.jpg

                        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                        1 Reply Last reply Reply Quote 0
                        • hackinistratorundefined
                          hackinistrator
                          last edited by

                          if i'm not mistaken , if you want your bed center to be 0,0 then your y minima and maxima should not be 0 and 270 .

                          Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                          • Rushmere3Dundefined
                            Rushmere3D @hackinistrator
                            last edited by

                            @hackinistrator Yep, sorry already changed that. I'll update the code.

                            Thanks.

                            Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                            1 Reply Last reply Reply Quote 0
                            • hackinistratorundefined
                              hackinistrator
                              last edited by hackinistrator

                              also in homez and homeall you move x absolute position to 150 , which is not the center of the bed , this is the edge , right ?

                              Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                              • Rushmere3Dundefined
                                Rushmere3D @hackinistrator
                                last edited by

                                @hackinistrator Also already changed sorry, lol. I posted the configs and then was messing around trying to work it out myself.

                                The issue right now, is the move to 0,0 with homing Z. It continues to try and move U past the end stop.

                                Also during the Y home, it shifts the X and U axis by 2.5mm and that is reflected in the coordinates.

                                Also the Y home doesn't do the double home move.

                                Thanks.

                                Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                1 Reply Last reply Reply Quote 0
                                • hackinistratorundefined
                                  hackinistrator
                                  last edited by

                                  Your u axis routed like markforge, not corexyu. Are you sure u is not moving in opposite direction?

                                  Rushmere3Dundefined 1 Reply Last reply Reply Quote 0
                                  • Rushmere3Dundefined
                                    Rushmere3D @hackinistrator
                                    last edited by

                                    @hackinistrator Well it homes to max correctly so I'm guessing it's going the correct direction?

                                    I commented out the M669 K5 line and add the kinematics I posted above.

                                    Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                    1 Reply Last reply Reply Quote 0
                                    • Rushmere3Dundefined
                                      Rushmere3D
                                      last edited by

                                      Ok, slept on it and I'm going to try a few things today.

                                      I've removed the configs from above and if things work out today, I'll report back with updated files.

                                      J.

                                      Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                      1 Reply Last reply Reply Quote 0
                                      • hackinistratorundefined
                                        hackinistrator
                                        last edited by hackinistrator

                                        try this :

                                        M669 X1:1:0:0 Y1:-1:0:1 Z0:0:1:0 U0:0:0:1
                                        

                                        if U axis moves correctly along X , but when you move Y , the u carriage also moves then you have to reverse the motor for y .

                                        1 Reply Last reply Reply Quote 0
                                        • Rushmere3Dundefined
                                          Rushmere3D
                                          last edited by Rushmere3D

                                          OK, so turned out the homing issue the part where the X and Y move to 0,0 and that was making the U axis try to move was an issue with have a H2 parameter in the G1 X0 Y0 line. Removed it and nearly everything now homes correctly :). Only issue is that when I home an axis using the 2 touch method the other 2 axis (not Z) increase by 2.5mm? Could this also be a H2 issue?

                                          Now to start working out my offsets.

                                          Thanks.

                                          Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

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

                                            @Rushmere3D said in D-Bot/CrusaXY mash up (CoreXY iDEX):

                                            Could this also be a H2 issue?

                                            H2 should really only be used to lift the Z axis out of the way before it has been homed for clearance in XY moves.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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