Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Lifting extruder E1 0.5mm

    Tuning and tweaking
    2
    21
    162
    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.
    • Pertti
      Pertti last edited by

      Hi dear friends.
      I'm building a dualextruder with a lifting function of E0 extruder. I want to keep the E1 static. So what is a good gcode for descending E1 0,5 mm with Z motor before extruding? I quess I have to lift it back after printing too? The gcode would be located to Cura printer settings, "Extruder starting code"
      Thank You.

      Pertti
      “A winner is just a loser who tried one more time.”
      George M. Moore, Jr.

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

        I think you could use the tool change macros.

        https://duet3d.dozuki.com/Wiki/Multiple_tools_and_Tool_change_macros

        Then when cura changes tools with T0 T1 the macros will execute.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Pertti
          Pertti last edited by

          ok, I try tool change macros.
          I found commands G91 X0 Y0 Z0.5 to set relative position and
          G92 X0 Y0 Z0 to pull it back to absolute coordinates

          Pertti
          “A winner is just a loser who tried one more time.”
          George M. Moore, Jr.

          Phaedrux 1 Reply Last reply Reply Quote 0
          • Pertti
            Pertti last edited by

            Ok, I put z value to 0.6 but that did not work, also -0.6 had no effect. Config.g looks like this:

            M563 P1 D1 H2 F0 ; define tool 1
            G10 P1 X0 Y0 Z0.6 ; set tool 1 axis offsets
            G10 P2 R140 S0 ; set initial tool 1 active and standby temperatures to 0C

            Pertti
            “A winner is just a loser who tried one more time.”
            George M. Moore, Jr.

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

              @Pertti said in Lifting extruder E1 0.5mm:

              G92 X0 Y0 Z0 to pull it back to absolute coordinates

              G92 sets the current position
              G90 is absolute positioning
              G91 is relative positioning

              Are you trying to set an offset or lift the tool?

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • Pertti
                Pertti last edited by

                I'm trying to lift the inactive printhead while the is active is deployed.

                Pertti
                “A winner is just a loser who tried one more time.”
                George M. Moore, Jr.

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

                  Does it have it's own independent z axis? What actuates the lifting?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • Pertti
                    Pertti last edited by

                    The bed is supposed to move up a little while E0 is active. I have a separate actuator to E1, which goes up when not used.

                    Pertti
                    “A winner is just a loser who tried one more time.”
                    George M. Moore, Jr.

                    1 Reply Last reply Reply Quote 0
                    • Pertti
                      Pertti last edited by

                      Ok, I am lifting both bed and the other printhead. But E0 is "static" and E1 is movable. Sorry I was not clear enough.

                      Pertti
                      “A winner is just a loser who tried one more time.”
                      George M. Moore, Jr.

                      1 Reply Last reply Reply Quote 0
                      • Pertti
                        Pertti last edited by

                        Hope this picture clarifies my idea.
                        Extruders.jpg

                        Pertti
                        “A winner is just a loser who tried one more time.”
                        George M. Moore, Jr.

                        1 Reply Last reply Reply Quote 0
                        • Pertti
                          Pertti last edited by

                          Looks like Cura extruder starting code (absolute) has effect only in the beginning of the sift (E0---E1), It moves Z immediately back. If I use relative coordinates then the printhead runs at the opposite corner...outch!
                          Maybe it is better to provide an actuator to both hotends.

                          Pertti
                          “A winner is just a loser who tried one more time.”
                          George M. Moore, Jr.

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

                            How much travel do you have on E1? I think what you want to do should work, but I'm not sure of the best tool change code to achieve it.

                            How is E1 lifted? What is the mechanism? Does it have its own axis? Is it a servo?

                            Z-Bot CoreXY Build | Thingiverse Profile

                            1 Reply Last reply Reply Quote 0
                            • Pertti
                              Pertti last edited by

                              Here´s the mechanism from a recycled cd-rom station.

                              1. filament input
                              2. moving sleigh
                                hotend is not in this picture, but I use cr-10 style one.
                                Now the interesting part is how to move the hotend. I think I open a new thread for that. It uses the E1 steppermotor.
                                The filament pushes the nose down when extruding.
                                The movement is around 1mm. I want to keep it as small as possible. Of course this needs many details and a lot of tuning, but I think I can make it work. I have not seen this kind of mechanism being used, so I can call it my invention. If somebody has seen this kind of solution before, please tell...
                                sleigh.JPG

                              Pertti
                              “A winner is just a loser who tried one more time.”
                              George M. Moore, Jr.

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

                                @Pertti said in Lifting extruder E1 0.5mm:

                                It uses the E1 steppermotor.

                                What axis have you assigned it?

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • Pertti
                                  Pertti last edited by

                                  No axis at all. The moving force comes by the filament. When extruding, the pressure pushes the nozzle down.

                                  Pertti
                                  “A winner is just a loser who tried one more time.”
                                  George M. Moore, Jr.

                                  1 Reply Last reply Reply Quote 0
                                  • Pertti
                                    Pertti last edited by

                                    Axis E1 is signed to the steppermotor E1

                                    Pertti
                                    “A winner is just a loser who tried one more time.”
                                    George M. Moore, Jr.

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

                                      So it's a passive system based on if it's extruding or not?

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      Pertti 1 Reply Last reply Reply Quote 0
                                      • Pertti
                                        Pertti @Phaedrux last edited by

                                        @Phaedrux -Yes.

                                        Pertti
                                        “A winner is just a loser who tried one more time.”
                                        George M. Moore, Jr.

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

                                          That's very interesting, but I'm not sure how to make that work. Your original post talks about using the Z motor to move it, but I don't see how you mean to use that.

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          1 Reply Last reply Reply Quote 0
                                          • Pertti
                                            Pertti last edited by

                                            Actually Z motor is used in the first place for "negative z-hop" for the E1 extruder, which is static. Anyway I quit that idea and moved to make both extruders dynamic. I completed the idea with 2 pc Linear Guide MGN12H.

                                            Moving nozzle1.mp4

                                            Pertti
                                            “A winner is just a loser who tried one more time.”
                                            George M. Moore, Jr.

                                            Pertti 1 Reply Last reply Reply Quote 0
                                            • Pertti
                                              Pertti @Pertti last edited by

                                              @Pertti model 6 cm.jpg
                                              Here's an example print of 6 cm x 6 cm

                                              Pertti
                                              “A winner is just a loser who tried one more time.”
                                              George M. Moore, Jr.

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