<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Stranger problem of Z-axis (Solved)</title>
        <description> As my last post i had resolve a Z axis about it cannot lifting up in correct printing position and nophead advise me that its seem setting too fast of Z axis and losing stepping on Z motor, than i go to config a lower value of &quot;Maximum Z feed Rate = 0.5&quot; in Skeinforge, and its seem work fine after changed it. However, After i tried a few print test than i found a very stranger problem and i cannot figure out why it is happen.

1.) All of my mendel parts printing of  Z-axis height is not correct (X,Y is fine) (see attached pic.  x-bar-clamp-m4_4off the correct height is 11mm but my printing is 8.68mm)
     Problem cause : I found that the problem is a z-axis stepper motor didn&#039;t spinning a same distance on each
     layer when is printing, (i&#039;m checked by put my finger on a z-axis belt, and checking for each layer for whole printing)

2.) The most strange things is i&#039;m printing  my test printi object is 15mm(L)x15mm(W)x25mm(H) in  1.5mm thick wall in a same configuration as about and its print Z-axis height is correct. (see attached pic.)

Follow is my setting.
1.) fireware - 
    // define the XYZ parameters of Mendel 

#define X_STEPS_PER_MM 10.047 
#define X_STEPS_PER_INCH (X_STEPS_PER_MM*INCHES_TO_MM) // *RO 
#define INVERT_X_DIR 0 

#define Y_STEPS_PER_MM 10.047 
#define Y_STEPS_PER_INCH (Y_STEPS_PER_MM*INCHES_TO_MM) // *RO 
#define INVERT_Y_DIR 0 

#define Z_STEPS_PER_MM 833.398 
#define Z_STEPS_PER_INCH (Z_STEPS_PER_MM*INCHES_TO_MM) // *RO 
#define INVERT_Z_DIR 0 

2.) Z-axis belt is T5 - 5mm pitch
     Stepper motor - 1.8deg
     z-threaded rod 1.25mm pitch

3.) Skeinforge setting see attached.

Please advice me what&#039;s the problem of my setting.</description>
        <link>https://reprap.org/forum/read.php?1,52786,52786#msg-52786</link>
        <lastBuildDate>Tue, 16 Jun 2026 23:04:57 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,52786,52997#msg-52997</guid>
            <title>Re: Stranger problem of Z-axis (Solved)</title>
            <link>https://reprap.org/forum/read.php?1,52786,52997#msg-52997</link>
            <description><![CDATA[ Finally, I read a older post [<a href="http://forums.reprap.org/read.php?154,45056" target="_blank"  rel="nofollow">forums.reprap.org</a>] and saw Wade said he set is firmware with "acceleration turned off"<br />
than i go to change my firmware setting and i was so happy its works..... my object finally got corrected printing.<br />
<br />
Hope it would help someone if got this problem.<br />
(If you using the "FiveD_GCode_Interpreter " firmware.)<br />
<br />
1.) First open your arduino0018 IDE (what i using now.) than open a "configuration.h" <br />
<br />
2.) find a command line call #define ACCELERATION_ON and add ( // in-front of this command) --&gt; //#define ACCELERATION_ON<br />
     than a firmware will trun-off acceleration when printing.<br />
<br />
3.) Save and upload it to your motherboad.]]></description>
            <dc:creator>tv7957ht</dc:creator>
            <category>General</category>
            <pubDate>Mon, 26 Jul 2010 09:25:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,52786,52920#msg-52920</guid>
            <title>Re: Stranger problem of Z-axis</title>
            <link>https://reprap.org/forum/read.php?1,52786,52920#msg-52920</link>
            <description><![CDATA[ Hi, I just tried to add homing.gcode with M105 command and seem not working, may be i did some wrong ?<br />
<br />
can you tell me how much of Z max feedrate i need to set.<br />
<br />
I've tried 0.002, 0.1, 4, until to 10 mm/s .... all of them its seem make z axis step very fast and cause no movement on z axis.<br />
<br />
Thanks.]]></description>
            <dc:creator>tv7957ht</dc:creator>
            <category>General</category>
            <pubDate>Sun, 25 Jul 2010 22:19:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,52786,52904#msg-52904</guid>
            <title>Re: Stranger problem of Z-axis</title>
            <link>https://reprap.org/forum/read.php?1,52786,52904#msg-52904</link>
            <description><![CDATA[ I found adding M105 (dud command i think) to .skeinforge/alterations/homing.gcode enables separate xy and z speeds, horribly arcane but it worked for me. I also had to enable homing in skeinforge. Might be worth a shot?]]></description>
            <dc:creator>james glanville</dc:creator>
            <category>General</category>
            <pubDate>Sun, 25 Jul 2010 19:19:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,52786,52876#msg-52876</guid>
            <title>Re: Stranger problem of Z-axis</title>
            <link>https://reprap.org/forum/read.php?1,52786,52876#msg-52876</link>
            <description><![CDATA[ Do you think is't any problem on a stepper motor ? hardware problem cause this happen ? but how can explain why when i printing a 15x15x25 test object is correct ??????????<br />
<br />
Thanks a lot !]]></description>
            <dc:creator>tv7957ht</dc:creator>
            <category>General</category>
            <pubDate>Sun, 25 Jul 2010 13:23:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,52786,52810#msg-52810</guid>
            <title>Re: Stranger problem of Z-axis</title>
            <link>https://reprap.org/forum/read.php?1,52786,52810#msg-52810</link>
            <description><![CDATA[ See your GCode file, line 946f:<br />
<br />
<pre class="bbcode">
G1 X46.28 Y19.06 Z1.0 F900.0 E2.525
G1 X46.54 Y18.76 Z1.13 F37.896 E45.75</pre>
<br />
The movement commanded with the second line starts at a feedrate of 900 mm/min, which this axis probably can't achieve. You'd still drop steps.<br />
<br />
Inserting a "G1 F40" between both (and at every other layer change) would help, but I have no idea on how to tell Skeinforge to do that automatically.]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Sat, 24 Jul 2010 20:02:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,52786,52786#msg-52786</guid>
            <title>Stranger problem of Z-axis (Solved)</title>
            <link>https://reprap.org/forum/read.php?1,52786,52786#msg-52786</link>
            <description><![CDATA[ As my last post i had resolve a Z axis about it cannot lifting up in correct printing position and nophead advise me that its seem setting too fast of Z axis and losing stepping on Z motor, than i go to config a lower value of "Maximum Z feed Rate = 0.5" in Skeinforge, and its seem work fine after changed it. However, After i tried a few print test than i found a very stranger problem and i cannot figure out why it is happen.<br />
<br />
1.) All of my mendel parts printing of  Z-axis height is not correct (X,Y is fine) (see attached pic.  x-bar-clamp-m4_4off the correct height is 11mm but my printing is 8.68mm)<br />
     Problem cause : I found that the problem is a z-axis stepper motor didn't spinning a same distance on each<br />
     layer when is printing, (i'm checked by put my finger on a z-axis belt, and checking for each layer for whole printing)<br />
<br />
2.) The most strange things is i'm printing  my test printi object is 15mm(L)x15mm(W)x25mm(H) in  1.5mm thick wall in a same configuration as about and its print Z-axis height is correct. (see attached pic.)<br />
<br />
Follow is my setting.<br />
1.) fireware - <br />
    // define the XYZ parameters of Mendel <br />
<br />
#define X_STEPS_PER_MM 10.047 <br />
#define X_STEPS_PER_INCH (X_STEPS_PER_MM*INCHES_TO_MM) // *RO <br />
#define INVERT_X_DIR 0 <br />
<br />
#define Y_STEPS_PER_MM 10.047 <br />
#define Y_STEPS_PER_INCH (Y_STEPS_PER_MM*INCHES_TO_MM) // *RO <br />
#define INVERT_Y_DIR 0 <br />
<br />
#define Z_STEPS_PER_MM 833.398 <br />
#define Z_STEPS_PER_INCH (Z_STEPS_PER_MM*INCHES_TO_MM) // *RO <br />
#define INVERT_Z_DIR 0 <br />
<br />
2.) Z-axis belt is T5 - 5mm pitch<br />
     Stepper motor - 1.8deg<br />
     z-threaded rod 1.25mm pitch<br />
<br />
3.) Skeinforge setting see attached.<br />
<br />
Please advice me what's the problem of my setting.]]></description>
            <dc:creator>tv7957ht</dc:creator>
            <category>General</category>
            <pubDate>Sat, 24 Jul 2010 14:09:42 -0400</pubDate>
        </item>
    </channel>
</rss>
