<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Moving bellow 0.1mm</title>
        <description> I have an issue trying to move the steppers bellow 0.1mm. My Delta printer is using 1/8o stepper motors with pulleys with 20t and 1/16 microstep drivers, so all steppers are using 80mm steps/unit in Marlin.

If I try to move for example (I have tested with a dial indicator):

G1 Zx.x5

It doesn&#039;t move.

G1 Zx.x7

It moves, but for some reason it rounds to x.x+1

The command M114 shows the axis right numbers (without rouding);

I didn&#039;t found in Marlin any settings to fix this. Anyone knows how to fix this ?

So If I need layers at 0.25mm in fact they are been printed at 0.25mm</description>
        <link>https://reprap.org/forum/read.php?14,809640,809640#msg-809640</link>
        <lastBuildDate>Wed, 11 Mar 2026 03:27:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?14,809640,810170#msg-810170</guid>
            <title>Re: Moving bellow 0.1mm</title>
            <link>https://reprap.org/forum/read.php?14,809640,810170#msg-810170</link>
            <description><![CDATA[ Hi.<br />
<br />
Just discovered an option in configuration_adv.h:<br />
<br />
// Moves (or segments) with fewer steps than this will be joined with the next move<br />
#define MIN_STEPS_PER_SEGMENT 6<br />
<br />
Changed it to:<br />
#define MIN_STEPS_PER_SEGMENT 1<br />
<br />
Wow, now I got it to work.<br />
<br />
Thanks]]></description>
            <dc:creator>serandre</dc:creator>
            <category>Mechanics</category>
            <pubDate>Tue, 13 Feb 2018 18:11:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?14,809640,809929#msg-809929</guid>
            <title>Re: Moving bellow 0.1mm</title>
            <link>https://reprap.org/forum/read.php?14,809640,809929#msg-809929</link>
            <description><![CDATA[ ... if higher microstepping is "effective" or not, depends mainly on the mechanical setup.<br />
<br />
With the common RepRap-style setup and relative weak direct drive steppers it's an "ineffective" relation between friction, stip-slick and torque.<br />
<br />
With much stronger steppers (2Nm or more torque, instead of some ten mNm as with the typical 3D-printers) and optional gearing, micrsotepping will propagate "stepwise" without stalling or "jumping" (as long it isn't blocked by too high loads).<br />
<br />
I have IMS drivers with 1/256 microstepping and 3A current (4A peak), what's pretty good/precise even with highest microstepping with the used NEMA-36 steppers.<br />
<br />
Have some other (pretty expensive) linear drives with 5:1 gearing and 2Nm- NEMA-23 steppers, which are wired 3-polar and driven with 325 Volts, where the 10x microstepping is totally accurate "stepwise" too ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Mechanics</category>
            <pubDate>Mon, 12 Feb 2018 05:04:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?14,809640,809896#msg-809896</guid>
            <title>Re: Moving bellow 0.1mm</title>
            <link>https://reprap.org/forum/read.php?14,809640,809896#msg-809896</link>
            <description><![CDATA[ Higher levels of Microstepping is BS, It doesnt move 1 position per step, it ignore some steps and then jumps to correct position when it can on the 4 or so step...  all it does it reduce noise<br />
<br />
reduce micro stepping to 1/4 and then it will move as expected (and even then between pole positions the stepper may not be uniform positions) <br />
<br />
it will of course reduce steps to 20 steps mm and your limit is 1/20  0.05mm<br />
<br />
If you need more real physical resolution you need 0.9 degree steppers and or geared steppers.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Mechanics</category>
            <pubDate>Sun, 11 Feb 2018 23:23:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?14,809640,809640#msg-809640</guid>
            <title>Moving bellow 0.1mm</title>
            <link>https://reprap.org/forum/read.php?14,809640,809640#msg-809640</link>
            <description><![CDATA[ I have an issue trying to move the steppers bellow 0.1mm. My Delta printer is using 1/8o stepper motors with pulleys with 20t and 1/16 microstep drivers, so all steppers are using 80mm steps/unit in Marlin.<br />
<br />
If I try to move for example (I have tested with a dial indicator):<br />
<br />
G1 Zx.x5<br />
<br />
It doesn't move.<br />
<br />
G1 Zx.x7<br />
<br />
It moves, but for some reason it rounds to x.x+1<br />
<br />
The command M114 shows the axis right numbers (without rouding);<br />
<br />
I didn't found in Marlin any settings to fix this. Anyone knows how to fix this ?<br />
<br />
So If I need layers at 0.25mm in fact they are been printed at 0.25mm]]></description>
            <dc:creator>serandre</dc:creator>
            <category>Mechanics</category>
            <pubDate>Sat, 10 Feb 2018 05:41:27 -0500</pubDate>
        </item>
    </channel>
</rss>
