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

    Hollow shaft extruder

    Scheduled Pinned Locked Moved
    General Discussion
    24
    345
    41.5k
    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.
    • o_lampeundefined
      o_lampe
      last edited by

      Had my first simpleFOC project running today. It was an old brushless gimbal controller without encoders and with 8bit mcu.
      I was able to control two motors independently and relatively smooth (USB power only)
      The atmega328 was also at it's limit, but I'm now confident it will work well with the right mcu.

      tombrazierundefined 1 Reply Last reply Reply Quote 3
      • tombrazierundefined
        tombrazier @o_lampe
        last edited by

        @o_lampe What motor driver did you use?

        o_lampeundefined 1 Reply Last reply Reply Quote 0
        • o_lampeundefined
          o_lampe @tombrazier
          last edited by

          @tombrazier The drivers on the old gimbal controller are L6234D.
          Not the same type as the current DRV8301, but they were used to develop simpleFOC at the beginning.

          1 Reply Last reply Reply Quote 0
          • o_lampeundefined
            o_lampe
            last edited by

            Today I had the first test with the step-dir interface of simpleFOC.
            It was a bit of a learning curve to get it working with the magnetic sensor I had.
            Running the motor in open loop is no option, the motor gets pretty hot.
            In closed loop the motorcurrent is reduced to the actual required torque.
            I wanted to give it a real-world extruder-test and ran a typical gcode, but with the XYZ steppers absent, I got tons of errors. (motorphase disconnected)
            I wonder how I can get rid of those messages?

            jay_s_ukundefined CNCModellerundefined oliofundefined 3 Replies Last reply Reply Quote 0
            • jay_s_ukundefined
              jay_s_uk @o_lampe
              last edited by

              @o_lampe set the motor currents on XYZ to 0, that should stop the errors

              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

              1 Reply Last reply Reply Quote 2
              • CNCModellerundefined
                CNCModeller @o_lampe
                last edited by

                @o_lampe you could just connect some resistors with the same resistance as a normal stepper motor winding and set the current really low.
                I'm guessing that shouldn't break anything and would fool the board into thinking a stepper is connected...

                Or just connect any random spare motors you may have lying around...

                Just a thought...

                Polar Duet3 Mini + 1HCL
                https://youtube.com/playlist?list=PLWjZVEdMv1BY82izahK45qKh-hp3NFkix
                Wanhao D4S: Duet2
                https://forum.duet3d.com/post/296755
                K40 Laser, Duet2
                https://forum.duet3d.com/post/312082
                Wanhao D5S
                https://www.youtube.com/CNCModellerUK

                1 Reply Last reply Reply Quote 0
                • o_lampeundefined
                  o_lampe
                  last edited by o_lampe

                  Thanks all for the tips, it's running now.
                  Just had to add thermistors
                  It's fun to see the motor almost jump off the table when retracting 😁

                  1 Reply Last reply Reply Quote 2
                  • oliofundefined
                    oliof @o_lampe
                    last edited by

                    @o_lampe from another thread, courtesy of @chrishamm

                    If you set the motor current [...] to less than 500mA, you should not get any "phase disconnected" warnings even if you leave it disconnected.

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

                    o_lampeundefined 1 Reply Last reply Reply Quote 1
                    • o_lampeundefined
                      o_lampe @oliof
                      last edited by

                      @oliof Thanks, that's what I did.
                      And adding a thermistor, because I just took the SD-card from my Delta printer and wanted to keep the config.g as original as possible.

                      It will take a while, before I can test the setup on any screw extruder, so I thought of a different way to test the BLDC in a real scenario.
                      What If I mount it to my sherpa mini instead?

                      IMG_20230728_122540657_MFNR.jpg

                      1 Reply Last reply Reply Quote 2
                      • o_lampeundefined
                        o_lampe
                        last edited by o_lampe

                        Guess, what's printing right now 😀

                        2804_sherpa_assy.jpg

                        Wondering how long the gear will last. In my harmonic drive experiments, they lasted a few days with a medium load.

                        1 Reply Last reply Reply Quote 1
                        • o_lampeundefined
                          o_lampe
                          last edited by

                          Did a longer torture test with the BLDC-sherpa.
                          I was able to extrude PLA+ at 210°C with 6mm/s => 14mm^3 .
                          The resin-spur gear was the limit, but motor and simpleFOC driver were still cold.

                          IIRC, my NEMA14 stepper can only extrude at 3mm/s.
                          I think, I will mount it permanently on my Delta and make some speed-benchys.

                          BLDC_sherpa.jpg

                          1 Reply Last reply Reply Quote 1
                          • o_lampeundefined
                            o_lampe
                            last edited by

                            First print today 😬

                            Instead of a benchy, I tried the extruder-woodgrain test. Yes there is some, but hardly visible. The corners were sharp and even, that was a relieve. The close loop PID setting are quite soft, so I expected worse...

                            extruder_test_1.jpg

                            At the top third, the printspeed got so low, that the filament overheated. 10°C less temp and it was nice and shiny again.

                            1 Reply Last reply Reply Quote 3
                            • o_lampeundefined
                              o_lampe
                              last edited by

                              Speed test : done

                              I printed a dual color Moai head with 0.25mm layer height and increased speed until it reached 180mm/s (technically, not always real speed)
                              It wasn't the BLDC extruder that got in trouble. I saw lots of ringing, but upto 150mm/s I saw no signs of under extrusion.
                              If my math is correct, 0.25mm * 0.4mm *150mm/s = 15 mm^3 volumetric flow?

                              Moai_3xspeed.jpg

                              1 Reply Last reply Reply Quote 0
                              • tombrazierundefined
                                tombrazier
                                last edited by

                                Great work. I'm keen to see how this works with VDE when I get the time for it.

                                Are you not using input shaping for the ringing?

                                o_lampeundefined 1 Reply Last reply Reply Quote 0
                                • o_lampeundefined
                                  o_lampe @tombrazier
                                  last edited by o_lampe

                                  @tombrazier Send my some grinded bearings and I can test it 😬
                                  I'd trade it in for a resin-printed carrier...

                                  I'm using input shaping, but it was tuned for 80mm/s. Any other speed and it's off.
                                  I was under the impression, that it doesn't work well on deltas anyway?

                                  tombrazierundefined 1 Reply Last reply Reply Quote 0
                                  • tombrazierundefined
                                    tombrazier @o_lampe
                                    last edited by

                                    @o_lampe Happy to grind and send some bearings. E-mail me at tom at firstsolo dot net.

                                    IS with delta is possible in principle. I understand resonances might vary across the print bed, though. They should not vary with speed. Marlin only has IS on two axes at present (I'd love to have the time to fix this one day!) so deltas are not really supported for IS. I have no idea whether RRF or Klipper have IS for deltas. As I understand it, though, RRF's IS implementation may have issues for any printer. If I have understood correctly then RRF attempts just to do IS on corners which makes a mess with short segments.

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

                                      @tombrazier RRF does support input shaping on deltas but not on other nonlinear kinematics.

                                      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

                                      tombrazierundefined 1 Reply Last reply Reply Quote 0
                                      • tombrazierundefined
                                        tombrazier @dc42
                                        last edited by

                                        Thanks @dc42. Am I also right in thinking that RRF's input shaping just targets corners as opposed to summing two or more complete paths made from a time-shifted and scaled original path?

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

                                          @tombrazier RRF input shaping adjusts the acceleration profile to cancel or reduce ringing over a range of frequencies.

                                          Summing two complete paths is similar to ZV input shaping. ZV is poor because it has a V-shaped cancellation curve, meaning it cancels well at just one frequency; so RRF doesn't support it, and neither does Klipper.

                                          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
                                          • tombrazierundefined
                                            tombrazier
                                            last edited by

                                            Success! I've finally completed a 16 minute benchy with my VDE extruder. Somewhat under-extruded in places, but pretty good considering. The rest of the machine hardware is also pretty low spec. 12V bedslinger running on an 8 bit AVR mainboard. Posted a video on youtube.

                                            That's been a long-running project. Glad to put it to bed.

                                            Next up: a new VDE idea to try with 3 pairs of flanged bearings. (And @o_lampe then I'll send three of the bearings to you. It was while I was grinding them that it occurred to me that three extra bearings might be an interesting thing to test!)

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