<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>RepRapPro Mendel, correct axis movement</title>
        <description> Hi fellow Reprappers.

I just made my ReprapPro Mendel finished. I have used some aluminum pulleys instead of the plastic that came with it. My problem now is that when I move the X-axis 60mm forward with Pronterface, then move the shaft itself actually 69mm. Which parameter should I change in firmware and what is the right formula?

Happy printing
Torben</description>
        <link>https://reprap.org/forum/read.php?4,271772,271772#msg-271772</link>
        <lastBuildDate>Thu, 12 Mar 2026 18:37:25 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,271772,272159#msg-272159</guid>
            <title>Re: RepRapPro Mendel, correct axis movement</title>
            <link>https://reprap.org/forum/read.php?4,271772,272159#msg-272159</link>
            <description><![CDATA[ I think if you go into the C code, you will find that the steps are integer numbers. Having decimal points in them may eventually confuse the firmware. More or less - an update comes out two years from now and things go nuts.]]></description>
            <dc:creator>uncle_bob</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 26 Nov 2013 07:40:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,271772,271979#msg-271979</guid>
            <title>Re: RepRapPro Mendel, correct axis movement</title>
            <link>https://reprap.org/forum/read.php?4,271772,271979#msg-271979</link>
            <description><![CDATA[ Hi Torben, <br />
<br />
I did the same, I have got GT2 pullyes 20 tooth, and I had to adjust my STEPS PER UINT on the firmware as below<br />
<br />
// default settings <br />
// X, Y, Z, E steps per mm<br />
#define DEFAULT_AXIS_STEPS_PER_UNIT   {80.00, 80.00, 4000, 660}<br />
<br />
You need to use the Josef Prusa calculater to workout yours<br />
[<a href="http://calculator.josefprusa.cz/" target="_blank"  rel="nofollow">calculator.josefprusa.cz</a>]<br />
<br />
Hope this info is useful.<br />
<br />
Repdav]]></description>
            <dc:creator>Repdav</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 25 Nov 2013 19:04:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,271772,271954#msg-271954</guid>
            <title>Re: RepRapPro Mendel, correct axis movement</title>
            <link>https://reprap.org/forum/read.php?4,271772,271954#msg-271954</link>
            <description><![CDATA[ Before you head into the firmware, you might as well check the X and Z axis as well. They don't interact with each other. Correcting them all at once is a bit less work than doing it one at a time.]]></description>
            <dc:creator>uncle_bob</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 25 Nov 2013 18:10:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,271772,271867#msg-271867</guid>
            <title>Re: RepRapPro Mendel, correct axis movement</title>
            <link>https://reprap.org/forum/read.php?4,271772,271867#msg-271867</link>
            <description><![CDATA[ Open configuration.h and find the default steps per unit and change the first and second parameters<br />
<br />
There is plenty of documentation about this. e.g i found this posting, but there are many others [<a href="https://www.matterhackers.com/news/3d-printer-firmware-settings-stepper-motor-configuration" target="_blank"  rel="nofollow">www.matterhackers.com</a>]<br />
<br />
Try changing the values so that they are 60/69 times their current values then upload and measure again. In my experience I had to repeat a few times to get the value just right]]></description>
            <dc:creator>rogerclark</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 25 Nov 2013 14:53:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,271772,271772#msg-271772</guid>
            <title>RepRapPro Mendel, correct axis movement</title>
            <link>https://reprap.org/forum/read.php?4,271772,271772#msg-271772</link>
            <description><![CDATA[ Hi fellow Reprappers.<br />
<br />
I just made my ReprapPro Mendel finished. I have used some aluminum pulleys instead of the plastic that came with it. My problem now is that when I move the X-axis 60mm forward with Pronterface, then move the shaft itself actually 69mm. Which parameter should I change in firmware and what is the right formula?<br />
<br />
Happy printing<br />
Torben]]></description>
            <dc:creator>vandborg</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 25 Nov 2013 11:56:37 -0500</pubDate>
        </item>
    </channel>
</rss>
