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.

  • beeb@lemm.ee
    link
    fedilink
    English
    arrow-up
    34
    ·
    edit-2
    6 months ago

    Have you seen how fast printers with stepper motors can get? They print benchies in less than 3 minutes. The bottleneck is not the motion system, it’s either the hot-end or the part cooling. Also stepper are super accurate and very flexible. Drivers are advanced and can tune for torque, speed, sound etc. Collision detection and skipped step detection is also a thing.

  • Eranziel@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    6 months ago

    Cost is the short version, yes.

    I don’t know what kind of servos everyone here is talking about that are less precise than open loop steppers. Low quality hobbyist stuff, I guess? Proper servo motors & drives are the standard for good reason for robotics, industrial CNC machines, and pretty much everything else that needs powerful motors with high precision. Much higher power density, higher RPM (good for increasing torque with a gearbox), equivalent or better precision, plus closed loop control is a huge capability and safety gain.

    That said, good, industrial quality servo motors are 1) expensive and 2) aren’t made in small enough sizes to be comparable to the steppers on most 3D printers. Even the smallest industrial servo + drive I’ve seen is about 5x as big as the steppers on a personal 3D printer and costs $800ish. Obviously, both are deal breakers for a personal 3D printer.

    3D printers are a fairly ideal application for steppers. The moving parts are small and light, meaning you both don’t need a large motor and the danger of slippage is lower. Plus, steppers are cheap.

  • empireOfLove2@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 months ago

    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.

    • Eranziel@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 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.

  • Excrubulent@slrpnk.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Just to add on to this, I understand the technical benefits to steppers, but surely a stepper motor could be given some servo-like functionality by simply adding encoders to the stepper shafts. You can get rotational hall sensors with diametric magnets for a couple bucks each. Even if you weren’t using the encoders to operate the motors directly, you could use them for fault detection. An encoder with 10 bit accuracy could just about match the substeps of stepper motors for resolution.

    Now, most of the time when a stepper gets out of, well, step, it’s because something’s gone wrong and you wouldn’t necessarily want the printer to correct it directly, but simply being able to pause on a fault and record the fault’ time and direction would make a big difference to troubleshooting.

    • monotremata@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      Doesn’t the “missed step detection” on the Prusa printers already achieve a lot of that? I think it monitors the current to the motor and flags any abnormal behavior, without needing extra hardware on the motor.

      That’s not to knock the value of positional feedback, which is clearly superior, but just to say that I don’t think this idea has been entirely neglected.

    • KingRandomGuy@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      I think it would be a better idea to use linear encoders if you were going to add encoders to the shaft, as that way you could directly readout the position of the tool along an axis without issues like backlash that would mess up your calculated position. This is what I’ve seen on (both manual and CNC) mills and lathes.

  • FuglyDuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    In addition to the other points made… steppers maintain full torque even when it’s not moving, so it’s better at braking tool heads.

    Also? Steppers have a higher precision to a servos higher speed and torque (but torque that’s not constant.)

    Finally they have a better response time. This isn’t the speed, so much as the speed that control inputs are reflected. Imagine all the tiny wibbles a printer makes during infill, the changes in direction would be sloppier with a servo.

    • curiousPJ@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      Steppers have a higher precision to a servos higher speed and torque (but torque that’s not constant.)

      Just trying to understand this. Then how come all CNC precision machines use a servo instead of a stepper? I mean there are some ridiculously accurate machines that can position itself over and over varying under a micron (<.001mm) but the manufacturers choose servo over stepper. Is it for the sake of holding torque that servos have to be used over steppers?

      • ShepherdPie@midwest.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        All the DIY CNC machines I’ve seen use larger stepper motors. The commercial CNC machines I’ve seen can cost $10,000 to hundreds of thousands.

        • curiousPJ@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          6 months ago

          It seems like the argument is that at the lower price bracket, stepper motors offer higher performance than what a equivalently priced servo+encoder+controller combo can perform.

          I felt like what I was reading in this thread wasn’t matching up with that I see out in industry… concerns about ‘price’ didn’t come up until your post.

          Diamond turning machines are inherently low torque, low speed, AND nanoscale operations which uses servos for driving its respective axis. See precitech -youtube and in stark comparison Roeder’s 5axis optical mold machining. Wire EDM’s were all driven by servo motors until linear motors became popular. Even those famous JingDiao test samples are made on machines driven by servos.

    • Eranziel@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      6 months ago

      I disagree with all your points. What kind of servos are you talking about?

      BLDC and AC servos maintain full torque at stop too, and have about 2-3× the torque of a stepper of similar size.

      The only way a stepper can rival a servo for precision is with a high degree of microstepping, which is far from guaranteed positioning with open loop control.

      I haven’t directly compared response time between steppers and servos, but I would be extremely surprised if there’s a significant enough difference to worry about. Most servo-controlled machines are larger and so are designed to accelerate slower than a printer, if that’s what you mean. This is intentional because inertia is a thing you have to worry about, not because the servo reacts to command changes slowly.

      There are valid reasons steppers are used on printers, but it’s not because they have superior performance.

      • KingRandomGuy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        6 months ago

        BLDC and AC servos maintain full torque at stop too, and have about 2-3× the torque of a stepper of similar size.

        Huh, this is true about BLDCs as well? I remember seeing in a video that BLDCs tend to have very poor torque output when stopped and especially when at low speeds (due to very low efficiency requiring too high currents for drivers to supply), whereas AC motors have a pretty much flat torque curve until they get fairly fast. I’d be interested to know if this is true.