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

    5-axis 3D printing

    Scheduled Pinned Locked Moved
    3D Printing General Chat
    10
    27
    4.8k
    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.
    • haraldschmidtundefined
      haraldschmidt
      last edited by

      Hello community

      I am a master student from Germany currently working on my master thesis which is about getting a self-made 5-axis 3D Printer work at my University.

      At the moment we struggle with the slicer software for a 5-axis print.
      Is there anyone out there with interest to develop something in this direction?

      Thanks a lot for your responses.

      Best regards,
      Harald Schmidt

      zaptaundefined 1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti
        last edited by

        what do your 4th and 5th axis do?

        haraldschmidtundefined 1 Reply Last reply Reply Quote 0
        • DocTruckerundefined
          DocTrucker
          last edited by

          Probably rotation of the nozzle about x and y axis for conformal printing or repair onto non-planar surfaces such as rollers/cylinders.

          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

          1 Reply Last reply Reply Quote 0
          • fmaundefined
            fma
            last edited by

            Hi Harald,

            Some months ago, came the idea to build a 5 axis machine, mainly to print BB-8 panels, which are pure sphere portions.

            My idea was to tilt the bed along X and Y. If I could have a tilt radius equal of the panel radius, the nozzle could remain static (so, it would not be a 5 axis machine!). But it is not easy to do, as the bed would collide the Z axis. So, using a shorter tilt radius would still require to move the head.

            On the slicer side, my idea was to print planar parts, and have a specific kinematic to map the plane onto the sphere. This is not ideal, beause I loose precision when I go off center (or, to be more precise, the planar part does not have all the informations, as parts far from the center have to be stretched to map onto the sphere).

            So, I'm very interested to follow your devs on the slicer, but I have no clue how a slicer works 😕

            PS: I didn't start to work on the mechanic yet. I had a quick look at RRF firmware, but the kinematic model for CoreXY machines has changed, recently, so I have to dig again.

            PS2: tilting the head would work too, but seems more complicated...

            Frédéric

            1 Reply Last reply Reply Quote 0
            • haraldschmidtundefined
              haraldschmidt @Veti
              last edited by

              @veti
              Hello veti,

              the 4th axis is a rotation axis which rotates the Panel.
              The 5th axis is to swivel the Panel.

              1 Reply Last reply Reply Quote 0
              • Vetiundefined
                Veti
                last edited by

                did you have a look at linuxcnc?

                http://linuxcnc.org/docs/devel/html/motion/5-axis-kinematics.html

                1 Reply Last reply Reply Quote 0
                • DallasHundefined
                  DallasH
                  last edited by

                  I currently program 5 axis vertical milling machines XYZ+A&B axis rotary trunnion A is +or- 999 degrees, B is +or- 120 degrees. I see no reason why you could not use 5 axis CNC software to generate your G code, I use both Surfcam and Edgecam. both have fully integrated customizable Post Processor generators.

                  1 Reply Last reply Reply Quote 0
                  • fmaundefined
                    fma
                    last edited by

                    CNC and 3D printing does not uses same tools... For example, CAM softwares don't know how to manage bridges or so.

                    I don't think driving the 5 axis is a problem; it's more a matter of a clever slicer to take advantage of additionnal axis.

                    Frédéric

                    1 Reply Last reply Reply Quote 1
                    • fmaundefined
                      fma
                      last edited by

                      You should see that:
                      https://www.reddit.com/r/3Dprinting/comments/bs7dml/first_tests_using_our_5_axis_printer_slicing_done/?sort=new

                      Frédéric

                      1 Reply Last reply Reply Quote 0
                      • zaptaundefined
                        zapta @haraldschmidt
                        last edited by

                        @haraldschmidt said in 5-axis 3D printing:

                        getting a self-made 5-axis 3D Printer work at my University.

                        What's your goal? Being able to print shapes that can't be printed on a regular 3D printer? Any example?

                        1 Reply Last reply Reply Quote 0
                        • Marco Bonaundefined
                          Marco Bona
                          last edited by

                          Look autodesk powermill additive 2019/2020 with netfabb strategies.
                          It should be able to handle 3 + 2 axis interpolations for print

                          1 Reply Last reply Reply Quote 0
                          • fmaundefined
                            fma
                            last edited by

                            Hi,

                            I started to work on a pseudo 5 axis 3D printing stuff. This is a work in progress, but I share it so you may give me some advices 😉

                            Frédéric

                            1 Reply Last reply Reply Quote 0
                            • fmaundefined
                              fma
                              last edited by

                              As you can see on the wiki page, the idea is to map a portion of sphere onto the plane: this part works fine, and I can have the part sliced the usual way¹.

                              Now, I need to implement the kinematic. My first idea was to post-process the G-Code file, and transform the X/Y/Z coordinates to X/Y/Z/A/B coordinates with a Python script. But it is not that simple, as the additionnal bed rotations make the kinematic non linear 😕 So, the only way is to implement that in the firmware.

                              Some months ago, I started to look in the CoreXY code, but I'm wondering if it would not be easier to build a 6 axis Delta or Stewart platform... Delta kinematic is already implemented, with all the segmention stuff, and adding 3 axis is maybe easier than tweeking the CoreXY code to make it segmented. A 6 axis Delta is maybe also easier to build than a 2 axis bed rotation.

                              David, what do you think? Would it be hard to extend the 3 axis Delta kinematic code to a 6 axis kinematic?

                              Any advice welcome.

                              ¹ BTW, I made some tests with my sphere_to_plan mapper, and found that slicing the portion of sphere mapped to plan uses much less filament : on my little test part, I found 3m40 vs 4m12 ; this is 17% less, and this is done without support for the sphere! If my Python code is correct, this is an argument to develop 5 axis 3D printers.

                              Frédéric

                              1 Reply Last reply Reply Quote 0
                              • Marco Bonaundefined
                                Marco Bona
                                last edited by

                                Sorry but I don't understand what you want to do with xyzab.
                                At most you can exchange a linear axis with a rotary one.
                                I've been working on 5-axis milling machines for several years and what you say doesn't make any sense

                                1 Reply Last reply Reply Quote 0
                                • fmaundefined
                                  fma
                                  last edited by fma

                                  The goal is to print a sphere as if it was a plan. A/B axis are bed (or hotend) tilt along X/Y, and are used to ensure the hotend is always normal to the sphere at the printing point.

                                  Once the STL file of the sphere is mapped to the plan (which works fine) and sliced, the X/Y coordinates of the G-Code describe the sphere of the original stl file. The firmware should then convert these X/Y coordinates (which the printer still see as a plan) to new X/Y/Z/A/B coordinates to re-create the sphere in the printer space.

                                  Frédéric

                                  deckingmanundefined 1 Reply Last reply Reply Quote 0
                                  • deckingmanundefined
                                    deckingman @fma
                                    last edited by

                                    @fma Have you thought this through? You'll need to tilt the head, not the bed. Otherwise the part will fall off. To start the sphere, the print head will need to be tilted and positioned such that it is inside the sphere which could be difficult if the part is solid. If you start with the head outside the sphere, then the head will need to be below the bed. Half way up the sphere, you'll need to switch the head from inside to outside.

                                    Ian
                                    https://somei3deas.wordpress.com/
                                    https://www.youtube.com/@deckingman

                                    1 Reply Last reply Reply Quote 0
                                    • fmaundefined
                                      fma
                                      last edited by

                                      There is no problem to tilt the bed +-35°, the part won't fall, as it is very thin compare to its width. I've seen people putting their (small) printer upside down while printing!

                                      The sphere will be printed from outside, this way:

                                      BB-8 panel

                                      The bed rotations would be inside the sphere, more or less at the flat bed height (flat bed which won't exist anymore). So, the hotend have to raise while the bed tilts.

                                      BTW, I plan to make a sphercial bed, so there is no need for supports. This bed can be 3D-printing, and by adding a raft for each print, can be re-used several times, giving very good adhesion.

                                      Frédéric

                                      deckingmanundefined 1 Reply Last reply Reply Quote 0
                                      • A Former User?
                                        A Former User
                                        last edited by

                                        One concern with rotating the part might be that you loose (or vary) the force of gravity to help squish the layers as well, but if parts fall off then bed adhesion might be worth looking into in any case.

                                        1 Reply Last reply Reply Quote 0
                                        • fmaundefined
                                          fma
                                          last edited by

                                          I don't think gravity plays a big role in layer adhesion; it is more a matter of temperature and speed... And this part will have no strenth on it, so even if layer adhesion is bad, this is not a problem. The goal is 1) save time and filament 2) give a nice finish 3) have fun while designing the printing process 😉

                                          Frédéric

                                          1 Reply Last reply Reply Quote 0
                                          • A Former User?
                                            A Former User
                                            last edited by

                                            When printing in a xy plane as you will be doing its at least a constant force, I'm just relaying some of the stuff I've read with regards to "true" 5-axis printing.

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