Changing Microstepping

image_print
  Page Suggestions?

Every LongMill is powered by our LongBoard CNC controller which has four integrated TB6600 stepper motor drivers (pictured). By default, we set each driver to 1/8 microstepping via the onboard DIP switches. We chose 1/8 microstepping because we found that it’s a good balance between motor resolution and torque output. The theoretical resolution with this setup is 0.005mm.


What is Microstepping

Stepper motors have a fixed number of steps in their internal rotor which determine the steps required to make a full, 360-degree rotation. With these steps in mind, the controller drivers can “step” forward or backward however many times to rotate each axis motor. The NEMA 23s used on the LongMill are split up to 200 individual steps. This might seem like a lot, but in many cases more accurate control is still needed.

Microstepping is a technique that allows for steps to be broken down into ‘sub-steps’ so that the stepping resolution can be increased. This allows us to:

Current Values

The steps/mm EEPROM settings in the LongMill ($100, $101, and $102) are set to 200. This value helps the controller turn g-code into linear movements, then into rotational step signals for the motors. This number comes from taking the values below and running them through the formula:

  • LongMill stepper motors are 200 steps/rotation
  • Drivers set to 1/8 microstepping by default
  • MK1 Longmills: X and Y-axes are direct drive and the Z-axis has 1-to-1 pulley ratio
  • MK2 Longmills: all axes are direct drive
  • Our lead screws have a 2mm pitch and are 4-start, 2mm x 4 = 8mm lead

Steps/mm  =   Steps/revolution  /  (microstepping value  x  gearing ratio from motor to lead screw  x  lead screw pitch  x  # of starts)

This gives us:  200  /  (1/8  x  1  x  2  x  4)  =  200 steps/mm

Changing Microstepping

If you’d like to change your machines microstepping values, you’ll have to:

  1. Change the positions of the desired drivers onboard DIP switches and
  2. Set the EEPROM setting to match.

For example, changing the Z-axis driver to have 1/16 microstepping would require following the table below and then in your g-code sender console sending the command “$102  = 400” to set the appropriate steps/mm of the Z-axis.

Each driver can be adjusted to use either single-step or 1/2 step, 1/4 step, 1/8 step, and 1/16 step microstepping. Bear in mind that changes to the DIP switches should only be made when your LongMill is powered off. Also, understand that if you play with microstepping you’ll find that positional resolution and torque tend to be inversely proportional.

  M1 M2 M3
1 Step OFF OFF ON
1/2 Step OFF ON OFF
1/4 Step ON OFF OFF
1/8 Step ON OFF ON
1/16 Step ON ON OFF

 

Tags: