<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Why don&amp;#039;t clocks scale with distance or steps?</title>
        <description> I am trying to calculate the number of steps taken per second but when I logged the debugging data, it didn&#039;t quite make sense. I captured data in incremental steps of 10mm and this is what I got

Starting from X=0 in each case


X=10                  
    Steps = 800
    Clocks = 300000

X=20                  
    Steps = 1600
    Clocks = 500000

X=30                  
    Steps = 2400
    Clocks = 700000


We can see that the number of steps are being scaled according to the distance but why isn&#039;t the number of clocks scaled accordingly? Hence why is the no of steps per second different for a simple linear move?</description>
        <link>https://reprap.org/forum/read.php?1,886193,886193#msg-886193</link>
        <lastBuildDate>Sat, 11 Apr 2026 08:35:36 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,886193,886742#msg-886742</guid>
            <title>Re: Why don&#039;t clocks scale with distance or steps?</title>
            <link>https://reprap.org/forum/read.php?1,886193,886742#msg-886742</link>
            <description><![CDATA[ Acceleration.<br />
<br />
Between X=10 and X=20, and between X=20 and X=30, you have (200,000 Clocks)/(800 Steps) = 250 Clocks/Step.  So after you reach X=10, your speed is constant.<br />
Before you reach X=10, there is acceleration, which is why the average speed is lower, at (300,000 Clocks)/(800 Steps) = 375 Clocks/Step.]]></description>
            <dc:creator>NewPerfection</dc:creator>
            <category>General</category>
            <pubDate>Wed, 27 Oct 2021 20:44:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,886193,886193#msg-886193</guid>
            <title>Why don&#039;t clocks scale with distance or steps?</title>
            <link>https://reprap.org/forum/read.php?1,886193,886193#msg-886193</link>
            <description><![CDATA[ I am trying to calculate the number of steps taken per second but when I logged the debugging data, it didn't quite make sense. I captured data in incremental steps of 10mm and this is what I got<br />
<br />
Starting from X=0 in each case<br />
<br />
<pre class="bbcode">
X=10                  
    Steps = 800
    Clocks = 300000

X=20                  
    Steps = 1600
    Clocks = 500000

X=30                  
    Steps = 2400
    Clocks = 700000</pre>
<br />
<br />
We can see that the number of steps are being scaled according to the distance but why isn't the number of clocks scaled accordingly? Hence why is the no of steps per second different for a simple linear move?]]></description>
            <dc:creator>aquabook</dc:creator>
            <category>General</category>
            <pubDate>Thu, 23 Sep 2021 16:09:03 -0400</pubDate>
        </item>
    </channel>
</rss>
