1

Stepper motors in 3D printers are used to move and position the extruder. But why don't the printers use servo motors or any other type of motors instead. Why only stepper motors are commonly used?

Somanna
  • 121
  • 3
  • Welcome to 3d printing! Check out this question, its the same as yours and has very good answers https://3dprinting.stackexchange.com/questions/4154/servo-vs-stepper – StarWind0 Feb 11 '20 at 22:11

1 Answers1

2

FDM 3D printers need to do repeatable moves. Servos might give better and more repeatable torque, but they don't give very precise movement without the need of an encoder system. This makes Steppers cheaper and easier adaptable in most cases, even though there are some printers that use different motor systems.

Note that different printers like SLS printer do use several simple motors, especially for the system putting down powder, and the tilting system in the new mSLA Prusa uses - afaik - a simple motor doing one rotation per tilting motion.

Trish
  • 20,169
  • 10
  • 43
  • 92