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

    Flying extruder with 4th axis

    Scheduled Pinned Locked Moved
    Firmware developers
    13
    100
    10.9k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Which version of slicer PE specifically?

      In the print settings tab under speed, there is an acceleration control. I believe it's hidden now by default in the latest 1.42 beta and only visible when set to advanced/expert view.

      Perhaps you can post the gcode file that has this problem?

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • anderundefined
        ander
        last edited by

        Hi there!!
        you guys were right, i´m used to program in Marlin for arduino, and i put marlin instead of reprap, thanks for helping. i couldn´t post earlier because for some reason the forum was blocking my messages again, it looks that works fine now.

        1 Reply Last reply Reply Quote 0
        • anderundefined
          ander
          last edited by

          Hi there!!!
          a bit late but here goes my setup:
          https://www.youtube.com/watch?v=ToBLN7YHWt4

          1 Reply Last reply Reply Quote 1
          • sungod3kundefined
            sungod3k
            last edited by

            I found the section about "additional towers to carry flying extruders" in the wiki, when I define the 4th like this does that in include the behavior that the 4axis moves up and down depending on where the x/y position of the effector is? or does this need to be added as an extra command?

            http://www.42dimensions.de/
            https://printnewworlds.blogspot.com/

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

              @sungod3k said in Flying extruder with 4th axis:

              I found the section about "additional towers to carry flying extruders" in the wiki, when I define the 4th like this does that in include the behavior that the 4axis moves up and down depending on where the x/y position of the effector is? or does this need to be added as an extra command?

              That's automatic, you just need to define the XY position of the extruder outlet and the distance you want to maintain between the extruder output and the hot end input.

              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 1
              • anderundefined
                ander
                last edited by

                Hi there!
                i had an issue with the duet wifi...i don´t know how happened but i tried to update it to 3.0 firmware and died.
                So i´m installing from 0 the 3.0 now in a new board, and seems like i have some issues with endstops, i tried to copy all the 4th axis comands in the config file from the old version but doesnt seem to work
                i manually push the effectors endstop switch and the 4th axis endstop swicth and neither of them show any change in the duet web interface, but in the board i clearly see the led switching off in both . pushing x,y, and z works fine
                , here i leave the config file so you can have a look and hopefully find a solution.
                config.g

                droftartsundefined 1 Reply Last reply Reply Quote 0
                • droftartsundefined
                  droftarts administrators @ander
                  last edited by

                  @ander You haven't defined where the U axis endstop switch connects. What does it connect to? RRF3 doesn't have default assignments for anything, so you need to define everything.

                  Also, you have default thermistors set, T100000 B4138. Best to find what thermistors you are actually using and set values correctly, for temperatures to be accurate.

                  Ian

                  Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                  1 Reply Last reply Reply Quote 0
                  • anderundefined
                    ander
                    last edited by

                    Hi there!
                    Thanks for the quick response, can you tell me where exactly and how should i put the endstop info?
                    i´m using E1 endstop conector for the effector switch and E0 conector for the 4th axis´s endstop

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

                      @ander said in Flying extruder with 4th axis:

                      Thanks for the quick response, can you tell me where exactly and how should i put the endstop info?

                      If you are running RepRapFirmware 2, and in your M584 command you have created a U axis for the 4th tower, then you need:

                      M574 U2 S1

                      The S1 parameter assumes the endstop is a normally-closed switch. Use S0 if it is normally-open.

                      Edit: from your config.g file and your earlier post, I see that you are using RepRapFirmware 3. You currently have this line in config.g:

                      M574 U2 S1

                      Change it to:

                      M574 U2 S1 P"e0stop"

                      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
                      • anderundefined
                        ander
                        last edited by

                        Hi there,
                        i made the change you sugested and now the 4th axis moves well when homing, but doesn´t compensate when i move manually to the left or right and if i go down on z the 4th axis doesnt move either. another thing to point out is that the web interface is recognizing 5 endstops(0,1,2,3 and 4) i guess the number 4 is the efectors endstop but manually triggerring doesn´t change at all.

                        dc42undefined 1 Reply Last reply Reply Quote 0
                        • anderundefined
                          ander
                          last edited by

                          By the way, i realized that suddenly another file was created with a name of config.g.bak, should i delete it or just leave?

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

                            @ander said in Flying extruder with 4th axis:

                            Hi there,
                            i made the change you sugested and now the 4th axis moves well when homing, but doesn´t compensate when i move manually to the left or right and if i go down on z the 4th axis doesnt move either. another thing to point out is that the web interface is recognizing 5 endstops(0,1,2,3 and 4) i guess the number 4 is the efectors endstop but manually triggerring doesn´t change at all.

                            Please post your current config.g file. A photo of your printer showing where the 4th tower is in relation to the others would also help.

                            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
                            • anderundefined
                              ander
                              last edited by

                              Hi
                              the setting is this one:
                              https://www.youtube.com/watch?v=ToBLN7YHWt4
                              this is when used to work fine
                              this is the config file:
                              config(1).g

                              config.g.bak can´t be posted here
                              Thanks

                              1 Reply Last reply Reply Quote 0
                              • anderundefined
                                ander
                                last edited by

                                here i have a picture of the setupWhatsApp Image 2020-03-02 at 16.07.56.jpeg

                                1 Reply Last reply Reply Quote 0
                                • anderundefined
                                  ander
                                  last edited by

                                  Can anyone help me out?
                                  My printer is still with the same problem, i´m going to sumarize a bit:
                                  I have a delta running on a duet wifi and i installed a 4th axis to my delta printer for the tipical hanging extruder motor sistem (shown in the picture), it was running fine until i tried to update to firmware 3.0 (it was running in a previous version). i tried to apply all the changes made to the old firmware version to make the 4th axis run ( U axis) but it didn´t work very well.
                                  Now the 4th axis moves well when homing but if i move down manually, the axis X Y and Z move well but not the U axis. Also, by moving manually to the left or right the U axis should compensate automaticaly the hight and it doesn´t.
                                  The effector has a switch on it for autolevel pourposes, i think it is not well defined because i see no changes in the web interface by clicking manually , and the other axis do, including the U axis.
                                  I leave my last config file here so you can have a look and if someone can see an error can give me a hand.
                                  thanks in advance.WhatsApp Image 2020-03-05 at 08.51.18.jpeg 1582918282938-config-1(1).g

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

                                    See https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareDeltaPrinter#Section_Adding_additional_towers_to_carry_flying_extruders. Your config.g command doesn't have the M669 command.

                                    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
                                    • anderundefined
                                      ander
                                      last edited by

                                      Hi there
                                      Thanks for the help, i saw i had some errors so i changed them and the new axis seems to work fine even with lateral compensations, But i still have to fix one last thing so the printer can start printing, and this is the Z probe situation. I feel a bit confused with this thing in the firmware 3.0.
                                      Being a delta printer has 3 axis ( X,Y,Z) and then it has an effector with a mecanical switch on it similar to the atom delta 3d printer.
                                      The new axis(U) endstop is conected to E0 endstop pin, and the effector´s Z probe is conected to E1 endstop pin.
                                      Here i put my config file and bed file.config(2).g bed.g

                                      After finishing the entire configuration i will post the finished config file so others can use it
                                      thanks

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

                                        As you are running RRF3 I suggest you change your M558 command to this:

                                        M558 P5 C"e1stop" H5 F1200 T6000 ; set Z probe type to effector and the dive height + speeds

                                        Use either P5 (filtered) or P8 (unfiltered). The command as shown is for a normally-close switch. If your switch is normally open (not recommended) then use C"!e1stop" instead.

                                        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
                                        • anderundefined
                                          ander
                                          last edited by

                                          Hi there
                                          thanks for all the help, the printer looks that works fine, now time to create some macro´s etc.
                                          For those who want to replicate this setup i will leave here my config file so you can copy.
                                          It is currently running on a duet wifi and firmware 3.0
                                          config (2).g

                                          1 Reply Last reply Reply Quote 0
                                          • anderundefined
                                            ander
                                            last edited by ander

                                            Hello everyone
                                            The 4th axis delta is running but i noticed an issue and i don´t know how to solve it.
                                            To put everyone in context, we are running a delta printer on a duet wifi using firmware 3.0. the printer has an aditional axis for the flying extruder (see picture).
                                            The issue is that the non printing moving speed is very low, i can increase the speed in simplify 3d up to 400mm/s (currently set at 200mm/s), and you notice no difference.
                                            Even homing speed is very slow, and i noticed that if i push the endstop of the aditional tower by hand when homing, the rest of the motors speed up inmediately, so i looks like it is related to the aditional axis.
                                            i will put the config file and homing file so you can please give me a hand.
                                            Thanks1583396013208-whatsapp-image-2020-03-05-at-08.51.18.jpeg config (3).ghomedelta.g

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