Close



Results 1 to 5 of 5

Threaded View

  1. #3
    Staff Engineer Roberts_Clif's Avatar
    Join Date
    Jun 2017
    Location
    Washington State, USA
    Posts
    1,151
    Add Roberts_Clif on Thingiverse
    DRV8825 drivers : 1/32 with the same jumper settings the A4988 drivers : have 1/16, this means twice as many steps

    A4988 drivers Use
    #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 92.6 } // 1/16 Step settings

    DRV8825 Drivers Use
    #define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 800, 185.20 } // 1/32 Step settings

    You may have to change the jumpers to get to the original 1/16 Step
    Last edited by Roberts_Clif; 10-26-2018 at 09:13 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •