<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Stepper dont move but make sound</title>
        <description> Hi,

For the first start of my printer with marlin, i try to move axis and, problem, i can&#039;t move axis but NEMA Stepper 17 makes sound, look Z,Y,Z mp3, files is available on the links below (sorry, no attachments because the files is larger than 614.4KB)

X : [mattheo-prl.fr.nf]
Y : [mattheo-prl.fr.nf]
Z : [mattheo-prl.fr.nf]

So, i try to upload Ramp test code (http://reprap.org/wiki/File:RAMPSTestCode.pde), and motor is moving, but with marlin, no :/

If you have any ideas, help me please ;)

Marlin configuration is available in attachments.

Sorry for my bad english level.

Thank you,</description>
        <link>https://reprap.org/forum/read.php?160,784117,784117#msg-784117</link>
        <lastBuildDate>Tue, 21 Jul 2026 09:37:09 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?160,784117,784198#msg-784198</guid>
            <title>Re: Stepper dont move but make sound</title>
            <link>https://reprap.org/forum/read.php?160,784117,784198#msg-784198</link>
            <description><![CDATA[ check home directions are all -1 (MIN)  (was like this in configuration.h you showed, but you might have changed it)<br />
<br />
/ Direction of endstops when homing; 1=MAX, -1=MIN<br />
// :[-1,1]<br />
#define X_HOME_DIR -1<br />
#define Y_HOME_DIR -1<br />
#define Z_HOME_DIR -1<br />
<br />
Use M119 to help Diagnose endstop issues (show endstop status)<br />
<br />
manually test each endstop and check with M119<br />
ie without any endstops hit send M119, it should report all endstops open<br />
hold down X endstop, send another M119, now X min should say triggered. (make sure axis you test is changing!) <br />
repeat for Y and Z<br />
<br />
If you have two wire endstops, you need to #define ENDSTOPPULLUPS or they will never change.<br />
<br />
NB if M119 reports that all max endstops are triggered you need to change <br />
#define X_MAX_ENDSTOP_INVERTING false  to true<br />
#define Y_MAX_ENDSTOP_INVERTING false to true<br />
#define Z_MAX_ENDSTOP_INVERTING false to true<br />
<br />
Now you have your endstops working (hopefully)<br />
<br />
re motor direction, change the following as needed to invert axis... if true change to false, if false change to true.<br />
#define INVERT_X_DIR false<br />
#define INVERT_Y_DIR true<br />
#define INVERT_Z_DIR false<br />
<br />
X- should move head left towards the min endstop<br />
Y- should move bed back towards min endstop<br />
Z- should move the head down towards the min endstop]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Stepper Motors, Servo Motors, DC Motors</category>
            <pubDate>Sat, 19 Aug 2017 19:34:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?160,784117,784139#msg-784139</guid>
            <title>Re: Stepper dont move but make sound</title>
            <link>https://reprap.org/forum/read.php?160,784117,784139#msg-784139</link>
            <description><![CDATA[ Its work, but now when i go to endstop direction, when mot hit it, he don't stop and I can't go to the other direction :/<br />
<br />
But when i stepper go to the opposite direction of the endstop and i manually hit the end stop, the mottor stop<br />
<br />
Maybe it's because the stepper motor direction is reversed, if it's that, how can I change it ?<br />
<br />
<br />
End stop setup: [<a href="http://5.39.59.8/ESTOP_SETUP.png" target="_blank"  rel="nofollow">5.39.59.8</a>]]]></description>
            <dc:creator>Matttheo</dc:creator>
            <category>Stepper Motors, Servo Motors, DC Motors</category>
            <pubDate>Sat, 19 Aug 2017 11:07:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?160,784117,784127#msg-784127</guid>
            <title>Re: Stepper dont move but make sound</title>
            <link>https://reprap.org/forum/read.php?160,784117,784127#msg-784127</link>
            <description><![CDATA[ First check you have micro stepping enabled (most boards this is 3 sets of jumper pun under each stepper module, should have 3 jumpers on it)<br />
<br />
<br />
If its not that then your trying to move the steppers to fast<br />
<br />
lower max feed rate values in firmware so that insane feed rates are cut back to sane values<br />
<br />
ie <br />
<br />
/**<br />
 * Default Max Feed Rate (mm/s)<br />
 * Override with M203<br />
 *                                      X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]]<br />
 */<br />
#define DEFAULT_MAX_FEEDRATE          { 300, 300, 5, 25 }<br />
<br />
lower these....]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Stepper Motors, Servo Motors, DC Motors</category>
            <pubDate>Sat, 19 Aug 2017 09:52:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?160,784117,784117#msg-784117</guid>
            <title>Stepper dont move but make sound</title>
            <link>https://reprap.org/forum/read.php?160,784117,784117#msg-784117</link>
            <description><![CDATA[ Hi,<br />
<br />
For the first start of my printer with marlin, i try to move axis and, problem, i can't move axis but NEMA Stepper 17 makes sound, look Z,Y,Z mp3, files is available on the links below (sorry, no attachments because the files is larger than 614.4KB)<br />
<br />
X : [<a href="http://mattheo-prl.fr.nf//3D/X.wav" target="_blank"  rel="nofollow">mattheo-prl.fr.nf</a>]<br />
Y : [<a href="http://mattheo-prl.fr.nf//3D/Y.wav" target="_blank"  rel="nofollow">mattheo-prl.fr.nf</a>]<br />
Z : [<a href="http://mattheo-prl.fr.nf//3D/Z.wav" target="_blank"  rel="nofollow">mattheo-prl.fr.nf</a>]<br />
<br />
So, i try to upload Ramp test code (http://reprap.org/wiki/File:RAMPSTestCode.pde), and motor is moving, but with marlin, no :/<br />
<br />
If you have any ideas, help me please ;)<br />
<br />
Marlin configuration is available in attachments.<br />
<br />
Sorry for my bad english level.<br />
<br />
Thank you,]]></description>
            <dc:creator>Matttheo</dc:creator>
            <category>Stepper Motors, Servo Motors, DC Motors</category>
            <pubDate>Sat, 19 Aug 2017 09:25:32 -0400</pubDate>
        </item>
    </channel>
</rss>
