Questions tagged [microstepping]

this tag is for questions involving Microstepping

Microstepping is a way of moving the stator flux of a stepper more smoothly than in full- or half-step drive modes. This results in less vibration, and makes noiseless stepping possible down to 0 Hz. It also makes smaller step angles at the expense of a decreased incremental torque which can lead to less accurate positioning.

This is achieved by using pulse-width modulated (PWM) voltage to control current to the motor windings. The driver sends two voltage sine waves, 90 degrees out of phase, to the motor windings. While current increases in one winding, it decreases in the other winding. This gradual transfer of current results in smoother motion than full- or half-step control.

7 questions
11
votes
2 answers

TMC2208 drivers - Microsteps configured incorrectly

I've just installed two TMC2208 drivers on my RAMPS board. I followed a very good step by step tutorial and after some issues, I got it nearly to work. One problem I still have is that when I tell the printer to lift the Z axis by 5 mm, it lifts it…
Felix Hauser
  • 433
  • 1
  • 5
  • 14
9
votes
1 answer

Real life stepper speed

I am wondering about the speed that my steppers should achieve in regular operation and what the determining factors are, from theoretical hardware facts/limits to software limitations that can influence performance. I do know about the basic…
kamuro
  • 2,854
  • 2
  • 21
  • 42
7
votes
1 answer

Full steps mode for Z axis stepper controller

I have a Cartesian style 3D printer (FLSUN Cube), with two Z-axis stepper motors (1.8°, 200 steps/revolution) with T8x8 lead screw (8mm / 2mm pitch with 4 starts), and currently they are using 1/16 microstepping. As I know, microstepping is an…
Dmitry Minaev
  • 73
  • 1
  • 5
6
votes
2 answers

What are the benefits to using 128X microstepping drivers on the X and Y axis of a FFF printer?

Assuming you have a high quality printer with a fast processor, will you see a noticeable improvement by upgrading from 16X/32X microstepping drivers to 64X/128X microstepping drivers? (e.g. smoother surface finish). In what ways do they perform…
walter
  • 688
  • 6
  • 9
4
votes
0 answers

Does matching whole Z-motor steps for layer height actually matter on Ender 3?

This question asks about computing the fundamental layer height unit for full Z-motor steps, on the basis of a theory that layer thickness can be inconsistent if the height is at different micro-stepping positions on different layers. The specific…
2
votes
3 answers

Why not use high rpm stepper motors with high microstepping with gear reduction in 3D printer?

3D printer use stepper motors for moving print head and extruding filament. They need to have good torque and resolution. Microstepping improves resolution as much as 32 fold (I think) but reduces torque the higher you microstep. So... Why not…
1
vote
3 answers

Does this microstepping test result indicate need for TL smoothers?

Note: The "TL smoothers" referred to in the question title are an arrangement of 8 diodes that presumably both provide a voltage drop to address the minimum current output issue of some stepper drivers described in How Accurate Is Microstepping…