<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Z axis homes but doesn&amp;#039;t move otherwise</title>
        <description> I&#039;ve been going mad trying to figure out why it is exhibiting this behaviour.

The z axis homes but when I try to get it to move using the arrows around the target  in Pronterface it doesn&#039;t move at all. Sometimes it gives a bit of a jerk but doesn&#039;t actually move.

I have a Prusa Mendel i2 and I&#039;m using RAMPS 1.4 with stepstick drivers. I&#039;m using Slic3r and Pronterface to operate the printer. The Load Voltage to the driver is 12.34 V and the logic supply voltage is 4.97 V. The current is within the recommended range.

I tried to see if it is the driver issue by using other drivers but the same problem occurs. When I connect the z axis motors to the y axis driver they work as they should. 
All the other drivers and motors are working perfectly.

I&#039;m at the end of my tether. Anyone have any ideas?</description>
        <link>https://reprap.org/forum/read.php?4,428283,428283#msg-428283</link>
        <lastBuildDate>Sun, 15 Mar 2026 08:03:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,430084#msg-430084</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,430084#msg-430084</link>
            <description><![CDATA[ The error was in the sprinter setting I played around with. Apparently I played around with them too much]]></description>
            <dc:creator>ShadowE</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 10 Nov 2014 02:40:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,430082#msg-430082</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,430082#msg-430082</link>
            <description><![CDATA[ i found the error and fixed it. Thank you for helping me! :)]]></description>
            <dc:creator>ShadowE</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 10 Nov 2014 02:39:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,430073#msg-430073</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,430073#msg-430073</link>
            <description><![CDATA[ check you feed rates, the default feed rate in most software is far to fast for the hardware<br />
<br />
try a "g1 z10 f120"  move z to 10 at 2mm/sec (120mm/min)  <br />
<br />
If that works...  its your feed rates..  update your max feed rates in your firmware/eeprom with lower numbers, so that gcode can't  exceed it.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 10 Nov 2014 02:17:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,430066#msg-430066</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,430066#msg-430066</link>
            <description><![CDATA[ Sorry about the late reply. my laptop died :(<br />
<br />
I'm using Sprinter firmware.]]></description>
            <dc:creator>ShadowE</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 10 Nov 2014 01:49:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,428315#msg-428315</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,428315#msg-428315</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ShadowE</strong><br />
M119 command returns this:<br />
<br />
&gt;&gt;M119<br />
SENDING:M119<br />
x_min:L y_min:L z_min:H z_max:H<br />
<br />
To invert the max endstop do I have to change it in configuration.h? Which lines should i bee looking at?</div></blockquote>
<br />
Which Firmware are you using I'll assume for now it is MARLIN in which case you need to look for something like in the attached snippet.]]></description>
            <dc:creator>dougal1957</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 05 Nov 2014 05:39:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,428304#msg-428304</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,428304#msg-428304</link>
            <description><![CDATA[ M119 command returns this:<br />
<br />
&gt;&gt;M119<br />
SENDING:M119<br />
x_min:L y_min:L z_min:H z_max:H<br />
<br />
To invert the max endstop do I have to change it in configuration.h? Which lines should i bee looking at?]]></description>
            <dc:creator>ShadowE</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 05 Nov 2014 05:11:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,428298#msg-428298</guid>
            <title>Re: Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,428298#msg-428298</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ShadowE</strong><br />
I've been going mad trying to figure out why it is exhibiting this behaviour.<br />
<br />
The z axis homes but when I try to get it to move using the arrows around the target  in Pronterface it doesn't move at all. Sometimes it gives a bit of a jerk but doesn't actually move.<br />
<br />
I have a Prusa Mendel i2 and I'm using RAMPS 1.4 with stepstick drivers. I'm using Slic3r and Pronterface to operate the printer. The Load Voltage to the driver is 12.34 V and the logic supply voltage is 4.97 V. The current is within the recommended range.<br />
<br />
I tried to see if it is the driver issue by using other drivers but the same problem occurs. When I connect the z axis motors to the y axis driver they work as they should. <br />
All the other drivers and motors are working perfectly.<br />
<br />
I'm at the end of my tether. Anyone have any ideas?</div></blockquote>
<br />
Check your endstops (M119 command) if your max endstop is defined and active then you can't move towards it likewise with the Min endstops you may have to invert one or more of them.<br />
<br />
HTH<br />
Doug]]></description>
            <dc:creator>dougal1957</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 05 Nov 2014 05:01:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,428283,428283#msg-428283</guid>
            <title>Z axis homes but doesn&#039;t move otherwise</title>
            <link>https://reprap.org/forum/read.php?4,428283,428283#msg-428283</link>
            <description><![CDATA[ I've been going mad trying to figure out why it is exhibiting this behaviour.<br />
<br />
The z axis homes but when I try to get it to move using the arrows around the target  in Pronterface it doesn't move at all. Sometimes it gives a bit of a jerk but doesn't actually move.<br />
<br />
I have a Prusa Mendel i2 and I'm using RAMPS 1.4 with stepstick drivers. I'm using Slic3r and Pronterface to operate the printer. The Load Voltage to the driver is 12.34 V and the logic supply voltage is 4.97 V. The current is within the recommended range.<br />
<br />
I tried to see if it is the driver issue by using other drivers but the same problem occurs. When I connect the z axis motors to the y axis driver they work as they should. <br />
All the other drivers and motors are working perfectly.<br />
<br />
I'm at the end of my tether. Anyone have any ideas?]]></description>
            <dc:creator>ShadowE</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 05 Nov 2014 04:27:40 -0500</pubDate>
        </item>
    </channel>
</rss>
