<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>incorrect height</title>
        <description> Hi, I recently bought a delta kossel pro BIQU, I had to make several changes because it was a real crap. I solved the problems of the concave plane and now I miss solving the last problem ... if I mold a 20mm cube the two sides are perfect while in height I have 20.30mm .. what should I fix? use firmware marlin ... thanks in advance and sorry if the question is trivial but I&#039;m a neophyte with the delta, it&#039;s a new world</description>
        <link>https://reprap.org/forum/read.php?178,808751,808751#msg-808751</link>
        <lastBuildDate>Wed, 15 Jul 2026 14:58:43 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,809371#msg-809371</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,809371#msg-809371</link>
            <description><![CDATA[ No worries, deltas take a bit more thought than straight cartesian or even corexy, as they require 3 motors linked to work, whereas corexy has 2 motors linked and straight cartesian has none.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 08 Feb 2018 07:25:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,809323#msg-809323</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,809323#msg-809323</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
So calculate the steps/mm (xyz all the same)  you need to get the z right. Then start adjusting diagonal rod and delta radius.</div></blockquote>
<br />
Now it's OK ! modified with <span style="color:#0033FF">#define XYZ_STEPS 98</span><br />
<br />
after I adjusted DELTA_DIAGONAL_ROD, perfect cube! thank you]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 08 Feb 2018 03:05:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,809183#msg-809183</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,809183#msg-809183</link>
            <description><![CDATA[ So calculate the steps/mm (xyz all the same)  you need to get the z right. Then start adjusting diagonal rod and delta radius.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 07 Feb 2018 08:24:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,809175#msg-809175</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,809175#msg-809175</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
Its just a way to help calculate the correct steps/mm value. You can adjust it so if its 98 now and the objects are consistently 40/40.6 in size then do 98x(40/40.6) = 96.55 and use that value for #define XYZ_Steps<br />
<br />
Then <b><u>recalibrate</u></b> and try some 20mm and 40mm tall objects again.</div></blockquote>
<br />
now is 100   (200*16) / (2*16) <br />
<br />
so, can I put the value directly excluding the calculation?<br />
<br />
obviously x and y will change, for these I will have to modify only the value DELTA_DIAGONAL_ROD?]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 07 Feb 2018 08:11:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,809152#msg-809152</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,809152#msg-809152</link>
            <description><![CDATA[ Its just a way to help calculate the correct steps/mm value. You can adjust it so if its 98 now and the objects are consistently 40/40.6 in size then do 98x(40/40.6) = 96.55 and use that value for #define XYZ_Steps<br />
<br />
Then <b><u>recalibrate</u></b> and try some 20mm and 40mm tall objects again.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 07 Feb 2018 06:15:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,809149#msg-809149</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,809149#msg-809149</link>
            <description><![CDATA[ but, I can replace these values from<br />
<br />
<span style="color:#0033FF">#define XYZ_FULL_STEPS_PER_ROTATION 200<br />
#define XYZ_MICROSTEPS 16<br />
#define XYZ_BELT_PITCH 2<br />
#define XYZ_PULLEY_TEETH 16<br />
<br />
// delta speeds must be the same on xyz<br />
#define XYZ_STEPS ((XYZ_FULL_STEPS_PER_ROTATION) * (XYZ_MICROSTEPS) / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))</span><br />
<br />
to<br />
<br />
<span style="color:#0033FF">//#define XYZ_FULL_STEPS_PER_ROTATION 200<br />
//#define XYZ_MICROSTEPS 16<br />
//#define XYZ_BELT_PITCH 2<br />
//#define XYZ_PULLEY_TEETH 16<br />
<br />
// delta speeds must be the same on xyz<br />
#define XYZ_STEPS 98</span><br />
<br />
??]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 07 Feb 2018 06:04:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808941#msg-808941</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808941#msg-808941</link>
            <description><![CDATA[ This guide is intended for Duet users but read the first part about getting your delta working right.<br />
<br />
[<a href="https://www.duet3d.com/wiki/Calibrating_a_delta_printer" target="_blank"  rel="nofollow">www.duet3d.com</a>]]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 06 Feb 2018 03:47:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808934#msg-808934</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808934#msg-808934</link>
            <description><![CDATA[ The calibration is not about steps/mm, but diagonal rod-length, printable- and delta-radius and such.]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 06 Feb 2018 03:12:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808822#msg-808822</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808822#msg-808822</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
I haven't really time to check through it all, but if the 40mm cube is proportionally larger still than the 20mm cube change steps/mm for xyz as your have shown above:<br />
<br />
#define DEFAULT_AXIS_STEPS_PER_UNIT { XYZ_STEPS, XYZ_STEPS, XYZ_STEPS, 95 }<br />
<br />
then recalibrate. Seriously try the least squares you can calibrate your machine with one set of probe point heights. It amazes me that anyone would use any other method.</div></blockquote>
<br />
#define XYZ_FULL_STEPS_PER_ROTATION 200<br />
#define XYZ_MICROSTEPS 16<br />
#define XYZ_BELT_PITCH 2<br />
#define XYZ_PULLEY_TEETH 16<br />
<br />
// delta speeds must be the same on xyz<br />
#define XYZ_STEPS ((XYZ_FULL_STEPS_PER_ROTATION) * (XYZ_MICROSTEPS) / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:37:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808821#msg-808821</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808821#msg-808821</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
If you think about it when the effector moves up or down purely Z only, all that happens is all three motors turn by the same amount. So to position your nozzle at z=40 all 3 motors must move the carriages by 40mm exactly. However when you move in X and Y then the effect of lowering the steps/mm or increasing it will mean the movements will not be correct (not remaining within the XY plane, you'll get concave/convex motion), so you have to recalibrate once you get the steps/mm correct.</div></blockquote>
<br />
I had the problem of the concave plane but I solved it, now I have a uniform print all over the plate. anyway tonight I'll try the two cubes of 20 and 40 and update you. for now, thanks]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:34:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808820#msg-808820</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808820#msg-808820</link>
            <description><![CDATA[ I haven't really time to check through it all, but if the 40mm cube is proportionally larger still than the 20mm cube change steps/mm for xyz as your have shown above:<br />
<br />
#define DEFAULT_AXIS_STEPS_PER_UNIT { XYZ_STEPS, XYZ_STEPS, XYZ_STEPS, 95 }<br />
<br />
then recalibrate. Seriously try the least squares you can calibrate your machine with one set of probe point heights. It amazes me that anyone would use any other method.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:34:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808819#msg-808819</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808819#msg-808819</link>
            <description><![CDATA[ my configuration.h<br />
<br />
<pre class="bbcode">
[<a href="https://pastebin.com/raw/HCU83CEW" target="_blank"  rel="nofollow">pastebin.com</a>]
</pre>]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:31:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808814#msg-808814</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808814#msg-808814</link>
            <description><![CDATA[ Oh yes, I <b><u>don't</u></b> mean reduce the steps per mm for Z only. Reduce all the steps/mm for x,y and z by the same amount.<br />
<br />
If you think about it when the effector moves up or down purely Z only, all that happens is all three motors turn by the same amount. So to position your nozzle at z=40 all 3 motors must move the carriages by 40mm exactly. However when you move in X and Y then the effect of lowering the steps/mm or increasing it will mean the movements will not be correct (not remaining within the XY plane, you'll get concave/convex motion), so you have to recalibrate once you get the steps/mm correct.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:21:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808812#msg-808812</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808812#msg-808812</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
<br />
If one is 20.3 and the other 40.6 then you have an issue with your steps/mm. Unfortunately, on a delta it's not just a case of just changing them from say 80 to 78.8 ((40/40.6)*80) although you should do this and it will help but you then need to recalibrate your machine. </div></blockquote>
<br />
I do this on the prusa..but on the delta the steps/mm are equal not individual I would also shave the others<br />
<br />
the firmware is<br />
<span style="color:#0033CC"><br />
#define DEFAULT_AXIS_STEPS_PER_UNIT   { XYZ_STEPS, XYZ_STEPS, XYZ_STEPS, 95 }</span><br />
<br />
where<br />
<span style="color:#0033CC"><br />
#define XYZ_STEPS ((XYZ_FULL_STEPS_PER_ROTATION) * (XYZ_MICROSTEPS) / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))</span>]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:17:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808809#msg-808809</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808809#msg-808809</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
First fine tune your extruder calibration, print objects to get the exact extrusion amount, a slightly rough top layer can add 0.3mm easily. Overextruding by a tiny amount can add 0.3mm.<br />
</div></blockquote>
<br />
The extrusion is ok<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>DjDemonD</strong><br />
<br />
Once you've done that, you need to print 2 cubes but different heights.<br />
<br />
Print 1 cube 20x20x20<br />
Print another next to it 20x20x40<br />
<br />
Now if they are both 0.3 too high so 20.3 and 40.3 then the issue is with first layer height/squash change settings there, check your first layer nozzle to bed gap and adjust. Could just be rough top layers...<br />
<br />
If one is 20.3 and the other 40.6 then you have an issue with your steps/mm. Unfortunately, on a delta it's not just a case of just changing them from say 80 to 78.8 ((40/40.6)*80) although you should do this and it will help but you then need to recalibrate your machine. Use least squares method its very easy even without a probe, go to [<a href="http://www.escher3d.com/pages/wizards/wizarddelta.php" target="_blank"  rel="nofollow">www.escher3d.com</a>] put in your parameters, probe the height at the points suggested, then calculate and change your values. Easy.</div></blockquote>
<br />
ok , I'll try ! thank you for now]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 09:08:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808780#msg-808780</guid>
            <title>Re: incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808780#msg-808780</link>
            <description><![CDATA[ First fine tune your extruder calibration, print objects to get the exact extrusion amount, a slightly rough top layer can add 0.3mm easily. Overextruding by a tiny amount can add 0.3mm.<br />
<br />
Once you've done that, you need to print 2 cubes but different heights.<br />
<br />
Print 1 cube 20x20x20<br />
Print another next to it 20x20x40<br />
<br />
Now if they are both 0.3 too high so 20.3 and 40.3 then the issue is with first layer height/squash change settings there, check your first layer nozzle to bed gap and adjust. Could just be rough top layers...<br />
<br />
If one is 20.3 and the other 40.6 then you have an issue with your steps/mm. Unfortunately, on a delta it's not just a case of just changing them from say 80 to 78.8 ((40/40.6)*80) although you should do this and it will help but you then need to recalibrate your machine. Use least squares method its very easy even without a probe, go to [<a href="http://www.escher3d.com/pages/wizards/wizarddelta.php" target="_blank"  rel="nofollow">www.escher3d.com</a>] put in your parameters, probe the height at the points suggested, then calculate and change your values. Easy.<br />
<br />
EDIT - the only thing that can catch you with least squares is deciding when you enter the heights at each probe point if they should be negative or positive (depending on too high/too low) I can never get this right. So enter them calculate, try the new values and if its worse, change the signs around try again.<br />
<br />
Also make sure your firmware allows you to go below Z=0 for areas where the nozzle is too high, or you have to measure the gap with feeler gauges instead which is tedious. Once properly calibrated you can set the firmware to allow Z=-0.5mm as min (in case you want to use grid levelling or something similar).]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 06:26:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,808751,808751#msg-808751</guid>
            <title>incorrect height</title>
            <link>https://reprap.org/forum/read.php?178,808751,808751#msg-808751</link>
            <description><![CDATA[ Hi, I recently bought a delta kossel pro BIQU, I had to make several changes because it was a real crap. I solved the problems of the concave plane and now I miss solving the last problem ... if I mold a 20mm cube the two sides are perfect while in height I have 20.30mm .. what should I fix? use firmware marlin ... thanks in advance and sorry if the question is trivial but I'm a neophyte with the delta, it's a new world]]></description>
            <dc:creator>kyoday</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 05 Feb 2018 03:41:26 -0500</pubDate>
        </item>
    </channel>
</rss>
