this post was submitted on 10 Jan 2024
84 points (92.0% liked)

3DPrinting

15250 readers
29 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: [email protected] or [email protected]

There are CAD communities available at: [email protected] or [email protected]

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

Why are 3D printers still stuck on stepper motors? Why haven't we transitioned to servo motors with encoder feedback for positioning?

Is it just too cost prohibitive for the consumer-level? We would be able to print a lot faster and more accurately if we had position feedback on the axes. Instead we just rely blindly on the stepper not skipping any steps when we tell it to move, hoping for the best.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 25 points 8 months ago (2 children)

Stepper motors are considerably easier to lock in a single location than continuous rotation servos. When they are commanded to a certain position they will STAY THERE. This makes precise positioning considerably easier vs a continuous rotation servo, which must use a sensor feedback loop to ensure it stays close to where it needs to be. And any feedback loop will involve small amounts of extremely undesirable oscillation and movement about the target point...

besides. we can already drive steppers significantly faster than any hot end can melt plastic.

[–] [email protected] 2 points 8 months ago

Yeah the big issues with servos would be that even with very good controllers you'd end up having to constantly bump to the corner 0s just to ensure you got the right location. Stepper motors can be relied upon to hold the position.

[–] [email protected] 2 points 8 months ago

Well, that's why you use a proper servo drive. Yes, technically they oscillate at standstill, but it's so little it literally does not matter. Closed loop servo control is a solved problem unless you're trying to implement it yourself.