<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>New stepper drivers messing up print scale</title>
        <description> Hey guys (and girls?)
I recently replaced the DRV A4988 stepper drivers on the x and y axes of my printer (sort of a prusa i3 running on ramps) with DRV8825 drivers. I put them the right way around and all, but now if I tell either of those axes to move say 50 mm, then it only moves 25 mm. I haven&#039;t changed any of the firmware settings . . .
I have all 3 jumpers under each driver so it should be running with 1/16 micro stepping right?
Do I need to change micro stepping or steps per unit settings?
Any help would be appreciated.

Thanks
Dan</description>
        <link>https://reprap.org/forum/read.php?4,841878,841878#msg-841878</link>
        <lastBuildDate>Sun, 12 Apr 2026 15:15:24 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841942#msg-841942</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841942#msg-841942</link>
            <description><![CDATA[ The DRV8825 uses a different formula to <a href="https://reprap.org/wiki/Pololu_stepper_driver_board#Tuning_motor_current" target="_blank" >calculate Vref</a><br />
<br />
<pre class="bbcode">
I_TripMax = Vref × 2 
or 
Vref = I_TripMax / 2
</pre>]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 23:09:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841941#msg-841941</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841941#msg-841941</link>
            <description><![CDATA[ Thanks Dust :)<br />
<br />
I tried doubling the steps per unit and was struggling to find a balance between the motors getting really hot (current too high?) and the motors losing synchronization when I decreased the voltage on the trim pot. Do the motors tend to run hotter at 1/32 micro stepping, or are the DRV8825 drivers just harder to tune than the A4988 ones?]]></description>
            <dc:creator>GingerNinja</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 22:59:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841936#msg-841936</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841936#msg-841936</link>
            <description><![CDATA[ you need to either double your steps/mm or adjust the micro stepping jumpers following this table.<br />
<br />
Micro stepping jumpers for DRV8825  (Jumper on == High)<br />
<div id="div_83fb8d834f4ce97fd9670676be7aed10"
     class="mod_embed_images"
     style="width:495px">

  

    
      
    

    <div id="imagediv_83fb8d834f4ce97fd9670676be7aed10" class="mod_embed_images_image"
         style="width:495px; height:314px">

    

    <a href="https://reprap.org/forum/thumbcache/24f/5e4/3ea/3fd/4b1/12e/6d5/2f3/266/67b/21_800x400.jpg">
        <img src="/forum/thumbcache/6d0/367/16e/c2b/e34/d79/7a4/2a4/9c0/672/f8_800x400.jpg"
             width="495"
             height="314"
             id="image_83fb8d834f4ce97fd9670676be7aed10"
             alt="21_800x400.jpg"
             title="21_800x400.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_83fb8d834f4ce97fd9670676be7aed10"
      >
      <a id="link_83fb8d834f4ce97fd9670676be7aed10" href="https://reprap.org/forum/thumbcache/24f/5e4/3ea/3fd/4b1/12e/6d5/2f3/266/67b/21_800x400.jpg">21_800x400.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('83fb8d834f4ce97fd9670676be7aed10', '/forum/thumbcache/6d0/367/16e/c2b/e34/d79/7a4/2a4/9c0/672/f8_800x400.jpg', 'https://reprap.org/forum/thumbcache/24f/5e4/3ea/3fd/4b1/12e/6d5/2f3/266/67b/21_800x400.jpg', 'https://reprap.org/forum/addon.php?4,module=embed_images,check_scaling=1,url=https%3A%2F%2Freprap.org%2Fforum%2Fthumbcache%2F24f%2F5e4%2F3ea%2F3fd%2F4b1%2F12e%2F6d5%2F2f3%2F266%2F67b%2F21_800x400.jpg', '', 841936, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 18:38:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841903#msg-841903</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841903#msg-841903</link>
            <description><![CDATA[ If it moves fast enough, leave it at 32:1- the printer will probably run quieter than it will at 16:1.<br />
<br />
<a href="http://cabristor.blogspot.com/2015/02/drv8825-missing-steps.html?m=1" target="_blank"  rel="nofollow">Are you aware of the low speed step-skipping problem with the DRV8825s?</a>]]></description>
            <dc:creator>the_digital_dentist</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 10:25:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841900#msg-841900</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841900#msg-841900</link>
            <description><![CDATA[ Thanks Obewan<br />
So in that case I double the steps per unit for the X and Y axes right? Or keep it as 1/16 and remove a jumper?]]></description>
            <dc:creator>GingerNinja</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 10:21:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841899#msg-841899</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841899#msg-841899</link>
            <description><![CDATA[ The 8825 drivers are 1/32 steps with all 3 jumpers set]]></description>
            <dc:creator>obewan</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 09:55:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841881#msg-841881</guid>
            <title>Re: New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841881#msg-841881</link>
            <description><![CDATA[ In the new marlin 1.1.9 they have a way to set the stepper drivers that are being used.<br />
<br />
 * Specify Stepper Driver types<br />
 * The options are used to determine driver pulse timings as well as more advanced functionality.<br />
 * Stepper timing options can be overridden in Configuration_adv.h<br />
 *<br />
 * Options: A4988, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,<br />
 *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,<br />
 *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,<br />
 *          TMC5130, TMC5130_STANDALONE]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 08:18:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,841878,841878#msg-841878</guid>
            <title>New stepper drivers messing up print scale</title>
            <link>https://reprap.org/forum/read.php?4,841878,841878#msg-841878</link>
            <description><![CDATA[ Hey guys (and girls?)<br />
I recently replaced the DRV A4988 stepper drivers on the x and y axes of my printer (sort of a prusa i3 running on ramps) with DRV8825 drivers. I put them the right way around and all, but now if I tell either of those axes to move say 50 mm, then it only moves 25 mm. I haven't changed any of the firmware settings . . .<br />
I have all 3 jumpers under each driver so it should be running with 1/16 micro stepping right?<br />
Do I need to change micro stepping or steps per unit settings?<br />
Any help would be appreciated.<br />
<br />
Thanks<br />
Dan]]></description>
            <dc:creator>GingerNinja</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 19 Dec 2018 08:01:30 -0500</pubDate>
        </item>
    </channel>
</rss>
