<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>question about this design</title>
        <description> hello,before many years i have spotted a interesting plotter design, i made simple sketch, but i dont know whats name of this design.

it looks simple, and very light, what do you think for xy?



  

    
      
    

    

    
      

      

      

      

      

      

      
      
    

    
        
    

    
      
      
    

    

    
      cncln.jpg
    

  

 



mod_embed_images_loadimage(&#039;2f863af07360887041d6cc6db290eaa2&#039;, &#039;https://reprap.org/forum/addon.php?185,module=embed_images,url=http%3A%2F%2Fimg259.imageshack.us%2Fimg259%2F7170%2Fcncln.jpg&#039;, &#039;http://img259.imageshack.us/img259/7170/cncln.jpg&#039;, &#039;https://reprap.org/forum/addon.php?185,module=embed_images,check_scaling=1,url=http%3A%2F%2Fimg259.imageshack.us%2Fimg259%2F7170%2Fcncln.jpg&#039;, &#039;&#039;, 188080, 800, 400, &#039;Loading image ...&#039;, false);

</description>
        <link>https://reprap.org/forum/read.php?185,188080,188080#msg-188080</link>
        <lastBuildDate>Mon, 18 May 2026 20:23:28 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188538#msg-188538</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188538#msg-188538</link>
            <description><![CDATA[ If fillament is 1.75, OD of PTFE tube is 4mm.<br />
solution is to tight fit little bearing with inner diameter 4 mm  to extruder, and glue ptfe to inner of bearing...or slightly bigger bearing to fit one more printed part inside that will tight fit to tube and extruder..one of solutions:)<br />
<br />
i have ordered arduino+ramps, stepper motors, when components arrives then i play with it :)<br />
<br />
also have i think 12 pcs lm20uu from previus failed project :D and now arriving 10 psc lm10uu]]></description>
            <dc:creator>woo</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Fri, 01 Mar 2013 01:18:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188477#msg-188477</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188477#msg-188477</link>
            <description><![CDATA[ I haven't done any FDM printing off my various delta and scara robots, but I cannot imagine there will be a problem if the nozzle rotates slightly when moving across the part. There might even be some benefit.<br />
<br />
There is a potential problem if you use a bowden extruder (which would be best for this robot) as there will be twist in the outer bowden cable. This is bad, so you would have to float either the head or extruder (or both) or use a very long cable to give rotational compliance.<br />
<br />
I cannot answer the question about firmware as I wrote my own from scratch, but the Rostock Delta I believe is firmware modified from standard Marlin cartesian, so it should be easy to find where the equations are in that firmware. I suggest you download it and have a look (just look for some COS, ATAN and ATAN2 functions!). It would then only be a case of modifying that bit of code with your own equations.<br />
<br />
There are many people here who would be able to help.]]></description>
            <dc:creator>martinprice2004</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Thu, 28 Feb 2013 18:00:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188448#msg-188448</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188448#msg-188448</link>
            <description><![CDATA[ yes, for extruder...when hot end nozzle is centered in the middle of bearing, there is no problem, right?<br />
<br />
one dumb question...in wich file are kinematics config files? for example i open repetier firmware and in configuration.h are delta settings(arm lengths etc) but i missed  subroutine wich calculate that parameters to linear motion-defines delta kinematics..<br />
<br />
sorry for stupid question, like i said, mach3 makes me very dumb :D]]></description>
            <dc:creator>woo</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Thu, 28 Feb 2013 15:29:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188444#msg-188444</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188444#msg-188444</link>
            <description><![CDATA[ Inverse Kinematics are fairly simple for a delta and even easier for this configuration as Z is removed from the calculation. <br />
<br />
You probably only need pythagoras rule in this instance as arm lengths (hypotenuse) and distances in X are known. <br />
<br />
By the way you have no control of the head rotation of this robot. The extruder rotates around Z as you move in X. I would add an extra arm in a parallelogram format to one linear rail so you have a fixed plate at the head. Its not really a problem if you are only using one extruder, but if you add two or do pick and place work it could become an issue.<br />
<br />
All of the linear rail will be used except for a portion at the far end. You can just shorten these and fix the end to the frame at that point. Even better use some openrail or open bearings so you can support the rails along its length.]]></description>
            <dc:creator>martinprice2004</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Thu, 28 Feb 2013 15:01:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188421#msg-188421</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188421#msg-188421</link>
            <description><![CDATA[ I'm building a delta. In time I will form a final opinion about parallel bots vs cartesians.<br />
<br />
Right now I see some advantages, we will see how it pans out in the real world. <br />
<br />
Mainly- less parts!<br />
Modern electronics allow is the power to run a complex bot and it's math. This means we can get much simpler with machinery while still accomplishing the same tasks (at the cost of needing ever-growing software capability). Parallel arms and deltas are a great demonstration of this philosophy.]]></description>
            <dc:creator>xclusive585</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Thu, 28 Feb 2013 13:40:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188338#msg-188338</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188338#msg-188338</link>
            <description><![CDATA[ well,<br />
<br />
first, i have diy cnc router for few years, so fabricating parts isnt problem.<br />
<br />
i look those anti cartesian machines for atleast 10 years :)<br />
<br />
Z axis, well rising table looks ok to me...<br />
in diy I always choose to fix 2 axis to frame, because if i have play in first axis, that play multiplies with play on second axis and so on...<br />
<br />
design goal is to make it ultra light and, actually this design is best of both world, simple linear movement, no need for gear reduction (scara), and low mass, so it could be driven with weak steppers or it could be very fast :)<br />
<br />
but bad side is that we have cca 1/3-1/2 of linear rail unused,..<br />
<br />
HF, one question, how hard is to make kinematics for design like this? is there any tutorial for that?<br />
<br />
for now, i dont have knowledge to do this :(]]></description>
            <dc:creator>woo</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Thu, 28 Feb 2013 09:24:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188303#msg-188303</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188303#msg-188303</link>
            <description><![CDATA[ Welcome to the ACL (Anti Cartesian League!)<br />
<br />
Its one type of "parallel robot". I think it would make a great robot design.<br />
<br />
Here's my variation on a similar theme. Your concept would be a little more compact though.<br />
<br />
<a href="http://www.heliumfrog.net63.net/hfprojectdirectory/HF04.png" target="_blank"  rel="nofollow">HF04</a><br />
<br />
How would you implement the Z axis? Rising table, moving the linear rails in Z or a Z axis on the end effector?<br />
<br />
Do a Google image search for "parallel robot" or "parallel linear robot" there are one or two similar designs in the field which may inspire you.]]></description>
            <dc:creator>martinprice2004</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Thu, 28 Feb 2013 07:15:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188103#msg-188103</guid>
            <title>Re: question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188103#msg-188103</link>
            <description><![CDATA[ ... this is a simple 2D-shaped parallel kinematik setup - here a 3D-type: [<a href="http://forums.reprap.org/file.php?1,file=212" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
<br />
This is common for high dynamic positioning of lightweight toolheads, but you have to re-calculate the angular displacement of the head for performing XY-positioning ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Wed, 27 Feb 2013 14:15:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?185,188080,188080#msg-188080</guid>
            <title>question about this design</title>
            <link>https://reprap.org/forum/read.php?185,188080,188080#msg-188080</link>
            <description><![CDATA[ hello,before many years i have spotted a interesting plotter design, i made simple sketch, but i dont know whats name of this design.<br />
<br />
it looks simple, and very light, what do you think for xy?<br />
<br />
<div id="div_2f863af07360887041d6cc6db290eaa2"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_2f863af07360887041d6cc6db290eaa2" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://img259.imageshack.us/img259/7170/cncln.jpg">
        <img src="https://reprap.org/forum/addon.php?185,module=embed_images,url=http%3A%2F%2Fimg259.imageshack.us%2Fimg259%2F7170%2Fcncln.jpg"
             
             
             id="image_2f863af07360887041d6cc6db290eaa2"
             alt="cncln.jpg"
             title="cncln.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_2f863af07360887041d6cc6db290eaa2"
      >
      <a id="link_2f863af07360887041d6cc6db290eaa2" href="http://img259.imageshack.us/img259/7170/cncln.jpg">cncln.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('2f863af07360887041d6cc6db290eaa2', 'https://reprap.org/forum/addon.php?185,module=embed_images,url=http%3A%2F%2Fimg259.imageshack.us%2Fimg259%2F7170%2Fcncln.jpg', 'http://img259.imageshack.us/img259/7170/cncln.jpg', 'https://reprap.org/forum/addon.php?185,module=embed_images,check_scaling=1,url=http%3A%2F%2Fimg259.imageshack.us%2Fimg259%2F7170%2Fcncln.jpg', '', 188080, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>woo</dc:creator>
            <category>Polar Machines, SCARA, Robot Arms</category>
            <pubDate>Wed, 27 Feb 2013 12:46:21 -0500</pubDate>
        </item>
    </channel>
</rss>
