<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Ramps motor jerking</title>
        <description> Hi all,
I recently purchased a china RAMPS board. After inserting the A4988 drivers the motors keep jerking whenever I try to move it. It moves abit( not to the set distance) but mostly jerks. I have tried changing the voltage on the driver and following the wiring guide on the wiki. I aslo tried all wiring combinations but nothing seems to work.</description>
        <link>https://reprap.org/forum/read.php?1,674507,674507#msg-674507</link>
        <lastBuildDate>Thu, 16 Jul 2026 22:05:11 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,676122#msg-676122</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,676122#msg-676122</link>
            <description><![CDATA[ I got only jerking too when I build my printer. I have heavy build plate in my i3, I put acceleration down. Marlin's 3000mm/s^2 is quite high. I started with 100 and ended up with 700. Motor moves and never misses a step. Z had same kind of problem, but It got something like 50 for acceleration and 50 mm/s max speed. I'm not interested to optimize that and losing step single side only is terrible.<br />
<br />
It is nice to watch when I crank something like 175mm/s print speed and Y moves so much slower than X.]]></description>
            <dc:creator>Vuokko</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jun 2016 17:41:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,675895#msg-675895</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,675895#msg-675895</link>
            <description><![CDATA[ This is almost certainly firmware now. You need to ensure your motor direction, homing direction and endstops are all set correctly.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jun 2016 03:24:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,675867#msg-675867</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,675867#msg-675867</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
So under each a4988 is a 3x2 jumper header. All three need to be populated in order to get 1/16 microstepping.   With none present you are on full steps. Unless you have a ramps from a dodgy batch where these jumpers have been connected by traces on the pcb and are redundant and locked to 1/16. (oddly the manufacturer included the jumper headers and fancy coloured jumpers on the board I had with this fault so it can't be intentional). <br />
<br />
Make sure you identify the two pairs in each set of 4 motor cables, the colours of the wires are not reliable. Check the 4 motor cables resistance to determine the pairs. One pair go to pins 1&amp;2 on the ramps motor connector and the other obviously to pins 3&amp;4, which  pair occupy each side of the connector determines motor direction. But firmware can reverse it also. <br />
<br />
The motor current is best set using a voltmeter placed very carefully onto the trim pot measuring dc volts with the ground to the negative of the psu. Aim for 0.4v for starters that should make most reprap typical nema 17s turn reasonably well. Fine tune them later but that's usually a safe setting to know your not hopelessly under powering then or cooking them.</div></blockquote>
<br />
Thanks that solved it. My y and z axis are still broken though. My z axis can only move in one direction.]]></description>
            <dc:creator>someoneonly</dc:creator>
            <category>General</category>
            <pubDate>Sat, 18 Jun 2016 23:40:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,674634#msg-674634</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,674634#msg-674634</link>
            <description><![CDATA[ So under each a4988 is a 3x2 jumper header. All three need to be populated in order to get 1/16 microstepping.   With none present you are on full steps. Unless you have a ramps from a dodgy batch where these jumpers have been connected by traces on the pcb and are redundant and locked to 1/16. (oddly the manufacturer included the jumper headers and fancy coloured jumpers on the board I had with this fault so it can't be intentional). <br />
<br />
Make sure you identify the two pairs in each set of 4 motor cables, the colours of the wires are not reliable. Check the 4 motor cables resistance to determine the pairs. One pair go to pins 1&amp;2 on the ramps motor connector and the other obviously to pins 3&amp;4, which  pair occupy each side of the connector determines motor direction. But firmware can reverse it also. <br />
<br />
The motor current is best set using a voltmeter placed very carefully onto the trim pot measuring dc volts with the ground to the negative of the psu. Aim for 0.4v for starters that should make most reprap typical nema 17s turn reasonably well. Fine tune them later but that's usually a safe setting to know your not hopelessly under powering then or cooking them.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>General</category>
            <pubDate>Wed, 15 Jun 2016 10:13:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,674577#msg-674577</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,674577#msg-674577</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>VDX</strong><br />
... seems you try to move it faster than possible, so it stalls - try to reduce the max. speed ...</div></blockquote>
<br />
I have been using similiar values to my old set from an outdated version of marlin which worked fine.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Dust</strong><br />
Did you install Micro stepping jumpers?</div></blockquote>
<br />
Idk if I need to use any jumpers from the board. I looked at the wiring diagram and it didnt seem to use any additional jumpers. I aslo have no clue if microstepping has to be set in firmware]]></description>
            <dc:creator>someoneonly</dc:creator>
            <category>General</category>
            <pubDate>Wed, 15 Jun 2016 07:47:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,674510#msg-674510</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,674510#msg-674510</link>
            <description><![CDATA[ Did you install Micro stepping jumpers?]]></description>
            <dc:creator>Dust</dc:creator>
            <category>General</category>
            <pubDate>Wed, 15 Jun 2016 04:39:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,674509#msg-674509</guid>
            <title>Re: Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,674509#msg-674509</link>
            <description><![CDATA[ ... seems you try to move it faster than possible, so it stalls - try to reduce the max. speed ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>General</category>
            <pubDate>Wed, 15 Jun 2016 04:33:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,674507,674507#msg-674507</guid>
            <title>Ramps motor jerking</title>
            <link>https://reprap.org/forum/read.php?1,674507,674507#msg-674507</link>
            <description><![CDATA[ Hi all,<br />
I recently purchased a china RAMPS board. After inserting the A4988 drivers the motors keep jerking whenever I try to move it. It moves abit( not to the set distance) but mostly jerks. I have tried changing the voltage on the driver and following the wiring guide on the wiki. I aslo tried all wiring combinations but nothing seems to work.]]></description>
            <dc:creator>someoneonly</dc:creator>
            <category>General</category>
            <pubDate>Wed, 15 Jun 2016 04:16:46 -0400</pubDate>
        </item>
    </channel>
</rss>
