<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>An Argument for A Tripod</title>
        <description>So some time ago, Viktor proposed the idea of a parallel kinematic tripod design in place of a cartesian frame. At the time it was interesting and showed a lot of promise, but never really went as far as a full one repstrap (as far as I know). Just the other day, a design made by Festo, the iFab, made its way onto the forums and net with a video showing the idea put into practice.

This gave me an idea. As with all my ideas, there is a &gt;70% chance someone already though of it and posted on it, but I&#039;m going to say it anyway.

Generally speaking, there is a limited advantage to a tripod system. It still takes 3 motors and 3 stages to do the positioning, and it still requires a healthy supply of vitamins, etc. etc. But it CAN be designed with a major advantage. If each of the three columns is IDENTICAL, hexagonal, and radially symmetrical, then a tripod system can expand production capability MUCH faster than a Darwin design (or any other cartesian, including the wedge).

Darwin style systems reproduce, so the story goes, exponentially. 1 makes another, the 2 make 4, the 4 make 8. Your build capacity increases by at the rate of n^2.
A modular tripod has the potential to increase it&#039;s build capacity a lot faster thanks to the miracle of geometry. You start your machine the same way as a Darwin - 3 motors/stage, 1 build platform. You then build 1 stage and 1 build platform. You now have 2x the build capacity in 1/3 the time it would have taken to build an entirely new machine, because the new vertical stage can be placed opposite one of the existing stages and plugged into the same control signals.

So your first 1 makes another, the 2 go to four, then the 4 go to 10, the 10 go to 23.. and each generation takes 1/3 or less the time of a darwin, so you have construction capacity (solely for the purposes of making more tripod systems because they all have to make a copy of the same object, but that&#039;s alright) equal to 23 darwins in the time it takes a darwin to reproduce once.

The image attached shows growth through 4 generations. I chose 4 because this shows the point where build capacity begins growing faster than the number of new stepper-driven columns. The numbers in the triangles refer to that build space&#039;s generation, while the XYZ letters show which control signal the pillar would be hooked up to.

I am currently working on a rough design for a hexagonal stepper column that could work for this. Let me know what you think of the idea in general, and be sure to let me know if someone else mentioned it already.</description>
        <link>https://reprap.org/forum/read.php?178,22985,22985#msg-22985</link>
        <lastBuildDate>Wed, 16 Sep 2026 15:10:22 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,31304#msg-31304</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,31304#msg-31304</link>
            <description><![CDATA[ My suggestion would be to get a DSP from Microchip or TI or use some ARM core (all have good C compilers and can do the heavy lifting needed, most are &lt;15USD) and work out the math to convert XYZ coordinates to UVW axis locations using vector math.  Run this on the DSP.  Anyone with a good grasp of geometry and a bit of motivation should be able to come up with the equations for this.  Sorry that it's not much direct help, but using a powerful core would make it possible to be compatible with the RepRap host side software.]]></description>
            <dc:creator>Adam Shea</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 09 Dec 2009 01:33:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23781#msg-23781</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23781#msg-23781</link>
            <description><![CDATA[ Hi Adam,<br />
<br />
... you can run EMC2 from a live-CD/-DVD withount interferring with your OS.<br />
<br />
Or check [<a href="http://www.virtualbox.org/" target="_blank"  rel="nofollow">www.virtualbox.org</a>] - with this tool you can install and run any OSes in parallel (with enough drive-space and RAM) ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 26 May 2009 09:18:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23780#msg-23780</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23780#msg-23780</link>
            <description><![CDATA[ Hi Viktor,<br />
<br />
Thanks for the update on your progress.  I unfortunately lack a Linux box, so I can't tackle the kinematics in EMC2.  Any recommendations?<br />
<br />
Cheers,<br />
<br />
Adam]]></description>
            <dc:creator>koeppel</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 26 May 2009 08:49:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23699#msg-23699</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23699#msg-23699</link>
            <description><![CDATA[ The xyz position is just the intersection solution to 3 spheres of equal radius, each constrained along a linear position.  This isn't a complete physical representation, of course... but using this approach, the parallel joints can be ignored as they're effectively only a radius connection to the platform.<br />
<br />
Should be solvable with a few pages of paper and some high school maths :-)<br />
<br />
Configuration would only be for the positioning of the columns and the separation of the connections on the toolhead.<br />
<br />
As for the warping and mutating - I'd imagine this tool would do that slightly unless intermediate positions were calculated for long lines (it would tend to produce warping during interpolation between calculated points).]]></description>
            <dc:creator>merlz</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 23 May 2009 09:28:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23670#msg-23670</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23670#msg-23670</link>
            <description><![CDATA[ Calibration of anything that moves in 3 axis of rotation, but that is intended to plot points in XYZ coordinates is going to be a nightmare.<br />
<br />
Possibly worth further investigayion by any budding techno art students interested in creating objects with mutant warp effects.:D]]></description>
            <dc:creator>grael</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 22 May 2009 07:29:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23589#msg-23589</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23589#msg-23589</link>
            <description><![CDATA[ Hi Adam,<br />
<br />
when i started with the tripod two years ago there were someone willing to make the software, but now we lost contact (seems he migrated to the USA :S) and so it's my part now, i think 8-)<br />
<br />
But actually i'm busy with some other work, so the tripod-development is pausing.<br />
<br />
Maybe you can configure the kinematics with EMC2? There are some specs for hexapods/tripods, so my tripod-structure should work too ... <br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 19 May 2009 03:18:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23581#msg-23581</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23581#msg-23581</link>
            <description><![CDATA[ Hi Viktor,<br />
<br />
I have nearly completed a Cupcake, and am thinking about building a much larger 2nd generation machine.  I am aware of the issues with extruding larger objects, I am interested in a machine that can extrude many smaller objects in a row.  I am interested in your tripod approach.  The construction simplicity and the elegance of the magnetic joints is impressive.  How far along is the software, and who is working on it?  Thanks.<br />
<br />
Cheers,<br />
<br />
Adam]]></description>
            <dc:creator>koeppel</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 18 May 2009 16:47:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23431#msg-23431</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23431#msg-23431</link>
            <description><![CDATA[ ... this was my first intention too - much simpler and easier to build/assemble mechanics, no belts or gearboxes and some other improvements against a cartesian setup.<br />
<br />
The only issue is the something complexer software ... but when this is solved, it's the perfect system ;)<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 09 May 2009 12:34:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23429#msg-23429</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23429#msg-23429</link>
            <description><![CDATA[ Well, in that case it looks like a good idea :-)<br />
<br />
That micro-tripod platform made from a flat plastic sheet is especially impressive.  The ability to have a stationary (and potentially much bulkier) print head is pretty tempting - and tripod seems a much easier way to move the print bed than a 3-axis cartesian assembly.  From the replication point of view, all you'd need to replicate would be the print head to increase printing capacity (providing you had a large enough print platform).  The only real issue would be having a stiff and light printing platform.<br />
<br />
This has me hoping I can scrounge the parts sometime soon to try something similar! :-)]]></description>
            <dc:creator>Merlz</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 09 May 2009 06:21:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23383#msg-23383</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23383#msg-23383</link>
            <description><![CDATA[ Hi Merlz,<br />
<br />
... look here: [<a href="http://forums.reprap.org/read.php?1,5065,5074#msg-5074" target="_blank"  rel="nofollow">forums.reprap.org</a>] - especially the links and images in my post ...<br />
<br />
and here: [<a href="http://forums.reprap.org/read.php?14,5732,5745#msg-5745" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
<br />
Maybe some other ideas too ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 07 May 2009 03:07:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23378#msg-23378</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23378#msg-23378</link>
            <description><![CDATA[ Sounds like an interesting idea.  If we're interested in only 3 cartesian dimensions, I think the control software should be doable.  I have a few questions about the implementation though.<br />
<br />
<br />
1. what are you suspending the print heads by?  <br />
<br />
Is it a solid material with hinges/joints?  If so, what's the simplest (easiest to make) design these can use? I'm guessing reprap's print style will make ball joints less favorable for printable parts...<br />
<br />
If it isn't a solid material, or the joints don't stabilize the head enough, then you will end up with wobbles and swings from inertia/friction generated flex as you print.  How do you plan to counteract this?  Adding more weight to the print head would just increase inertia, so while it's the simple solution, it's not a great one.<br />
<br />
2. Given the design of the system, are lead screws the best way to drive it?  The way I understand it, a tripod system should have better 2D resolution simply because even the 2D movement is controlled by 3 motors instead of 1 (I know it's a lot more complicated than this, but intuitively the resolution at any layer should be a bit higher).<br />
<br />
Maybe a counterweight-pulley type system would be both more replicable and faster without sacrificing the necessary accuracy.  This would depend on question 1 being solved, of course :-)]]></description>
            <dc:creator>Merlz</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 07 May 2009 00:58:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23097#msg-23097</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23097#msg-23097</link>
            <description><![CDATA[ Ahh, ok. So you've been talking about the same thing nophead, brought up, the mirrored parts in every other tripod. You're absolutely right - you get 3 of the same, and 3 mirrored of the same for every hex of buildspaces.<br />
<br />
 That's EXACTLY what I'm trying to produce, though. The design goal here isn't to produce a lot of unique objects, it's to produce a lot of the same object quickly and efficiently. Once you've expanded your first printer to having 3 build platforms, you can produce a whole new tripod in 1/3 the time. If you need to make designs that can't be mirrored, there is another way of hooking up the tripod units to do parallel production that produces identical parts with a less efficient arrangement of columns * see [<a href="http://forums.reprap.org/file.php?14,file=1508" target="_blank"  rel="nofollow">forums.reprap.org</a>] for the arrangement *<br />
<br />
 This lets one person expand their production capacity very quickly for making more printers to distribute. Remember, so far there have been only a couple documented cases of child Repraps actually getting completely printed and used, and part of the reason for that is that a Darwin represents a lot of printing time. This is just a different biological reproduction model, one that allows for litters instead of single children. A hex built like this can produce twins (two full sets of parts for tripods) by running the code to produce a single column. If you wan the most efficient use of the columns, then you need to design with radial symmetry, yes. But that's ok, because a base for a tripod like this has to be radially symmetrical to funtion anyway.<br />
<br />
I guess this is one of the things Forrest has been talking about with focus on replication vs. everything else.. the ONLY advantage of this design is in self replication. It actually has a couple of disadvantages as a single printer (tripod) design, namely slightly more complex software and slightly less efficient use of volume/desk space. If the basic tenet of the RepRap is true (that a self-replicating thing will always outcompete a non-self-replicating one), then that doesn't matter. <br />
<br />
Over the long term, this design would be cheaper and faster to produce. It's also more useful industrially - with enough leadtime, one HexRap (my new name for it XD) can expand to fill an entire warehouse and then switch into factory mode, producing many copies of a part designed for production by additive freeform fabrication. Even better for a small business (like someone making opensource hardware to sell online), as a manufacturing plant it can expand to meet demand. You could ramp up production without having to make a huge upfront investment in a new production machine - just bud off a few with new control electronics and set them making more columns.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 23 Apr 2009 19:12:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23095#msg-23095</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23095#msg-23095</link>
            <description><![CDATA[ Hi Corwin,<br />
<br />
... sorry, it's a bit more complex than only copying sixfold: - when you move one of the outer sliders, then again two fabbing heads are moved simultanous but again perpendicular away from or to this stage.<br />
<br />
So when fabbing with a hexagonal setup in parallel, you'll get tree identical objects rotated 120 degrees each around the centrum ... and three mirrored objects inbetween too!<br />
<br />
So this design is only suitable for 3-count sets with mirrored counterparts ::o<br />
<br />
If you want fabbing separate objects (or maybe pairs/even counts), then you are limited to only three fabbing tripods per hexagon (as the neighbours are quasi mirrored), so you have to leave them inactive with passive moving heads and have to check for possible collisions with the base and stages too.<br />
<br />
And your optimal building startegy is a very complex slicer with synchronized central slider over all three fabbing areas ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 23 Apr 2009 16:21:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23094#msg-23094</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23094#msg-23094</link>
            <description><![CDATA[ I think I understand what you mean.. the thing is I don't agree that it changes the mathematical complexity.<br />
<br />
When you lower a stage, the print heads attached to it move away from it. For the center one, this means they all move towards the outside of the hexagon, towards the edge between the other two stages. For another stage, the movement is in a different direction - but it has the same magnitude and relative angle from the stage for each. I'm aware the tripod system using parallel fixed-length bars is a limited system, but it doesn't have to be the most efficient use of space to be the most efficient use of materials/printed parts. When you've calculated the movements for the first tripod, applying the same movements to the others should produce the same final object, just rotated some multiple of 60 degrees.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 23 Apr 2009 14:31:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23079#msg-23079</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23079#msg-23079</link>
            <description><![CDATA[ Hi Corwin,<br />
<br />
... let only the middle-stage of the complete hexagon move down: - then all 6 fabbing heads will move simultan perpendicular away from the stage!<br />
<br />
With fixing all bars of a stage to a single slider the fabbing heads can move only in the sphere defined by the length of the bars, what's extremely limitating the usability of this kind of setup.<br />
<br />
So for every move of a fabbing head you have to recalculate all neighbour paths in respect to the actual moving of all three specific sliders simultaniously - this will enhance the complexitiy of the path-calculation by power of three compared to complete separated sliders per triangle ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Thu, 23 Apr 2009 03:22:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23068#msg-23068</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23068#msg-23068</link>
            <description><![CDATA[ Another drawing, updated to emphasize parallel bars and expanded to show a configuration of 7 building tripods. Also, an "axis" designation, M1, M2, or M3 is appended to each column to show which ones are hooked together.<br />
<br />
Viktor, I still don't understand the problem. As I understand it, any point in the build space is described by 3 values, one for each column - call them M1, M2, and M3 for now. Any two identical tripods given the same M1, M2 and M3 values in software will move to the same point, with no difference in the positioning of their stages to make the move. In other words, if 3 tripods are side by side running the same program, all of their M1 stages will be at the same point at any given time. If this is true, I can see no reason why all 3 M1 stages could not be actuated by the same drive system.<br />
<br />
Two more thought experiments for possible design consideration:<br />
<br />
Vertical doubling: if you extend the drive leadscrews to twice the height needed for a tripod, you should be able to put a second stage (leadnut + parallel bar setup) on each column, add a second build platform in the middle of the system, and accomplish the same thing. This could be done with a modular design as well, with a coupler for the top of the bottom-most stage and the bottom and top of stages added on top.<br />
<br />
2-extruder shared platform: if you had two tripods setup like the pair at the bottom of the image on this post (two seperate M1 stages sharing an M2 and M3), with a belt or chain to transmit motion between the two M1 stages, you could put a support extruder on one tripod and a build extruder on the other, and place a motorized build stage underneath that can switch between tripods. Because the workpiece moves between them, the extruder not in use can't get in the way even while sharing motors with the other.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 22 Apr 2009 17:58:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23063#msg-23063</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23063#msg-23063</link>
            <description><![CDATA[ Hi Corwin,<br />
<br />
... look at your last drawing - it seems that all the parallel bars atached to a specific stage runs on the same vertical slider.<br />
<br />
For parallel fabbing in neighbour-areas you have to separate the sliders, so for a complete hexagon assembled from 6 tripods the center-stage should have 6 separate sliders and all border-stages two (or more, when other tripods are atached too)<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 22 Apr 2009 14:44:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23055#msg-23055</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23055#msg-23055</link>
            <description><![CDATA[ I'm not sure I understand your objection this time.. The linkages were intended to be the same as in your tripod on [<a href="http://builders.reprap.org/2007_11_01_archive.html" target="_blank"  rel="nofollow">builders.reprap.org</a>], or possibly a little closer to that on the iFab if I went with tierod ends. The two parallel bars with universal joints system coming from one slider seems to work just fine for positioning. Since all I'm trying to do is make each tripod (each triangle of the hexagon) produce an identical part, I don't really see what the issue is. If you're just talking about the difficulty of getting each linkage identical.. yeah that could be tricky, but that's why you build jigs first and design adjustment into your parts.<br />
<br />
@Wade - the torsion thing was talking about the "parallel cartesian" bot. Although actually there is torsion on the linear stages of a tripod (unless you have another linkage opposite it, in which case the torques would balance XD).]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 22 Apr 2009 10:13:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23051#msg-23051</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23051#msg-23051</link>
            <description><![CDATA[ Hi Corwin,<br />
<br />
... another point is the linking between the linear stages for different triangles - you're extremely limitated in positioning when the lines are on the same slider.<br />
<br />
You have to separate all the stages per triangle and essentially you have to count all the parts for a triangle, so you can't optimize per bar - every hexagon is built out of 6 completelly separated tripods ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 22 Apr 2009 03:31:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23048#msg-23048</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23048#msg-23048</link>
            <description><![CDATA[ Ah, cool.  Actually, thinking about it some more, all the load is in tension or compression, no torsion on the links if you're using universal joints (tie rod ends or magnets).<br />
<br />
Wade]]></description>
            <dc:creator>Wade</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 22 Apr 2009 02:09:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23047#msg-23047</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23047#msg-23047</link>
            <description><![CDATA[ Actually the way those lines run in should be ignored.. it was just a really quick way of showing that each center point has independent connectors to the column. Sorry for the confusion. My intention for the actual design is to use standard 1/4" tie rod ends (because I can get them at the local hardware store, and I would assume the same is true for most people in the U.S.) or possibly magnets, like Viktor's original design.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 22 Apr 2009 01:36:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23042#msg-23042</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23042#msg-23042</link>
            <description><![CDATA[ Corwin, I think there's compression/tension as well as torsion to deal with.  Victor's designs use the two parallel arms per actuator to limit the rotation of the extruder.  If the two arms come together at the extruder, as in your Sketchup drawing, then you've constrained the extruder in the 3 positional degrees of freedom - x, y and z, but not the 3 rotational degrees of freedom - xx, yy, and zz.  Check out Victor's string bot diagrams - there he used two strings offset vertically per axis to constrain the rotation of the extruder.<br />
<br />
I've been thinking of a string bot to setup a simple telepresence rig in my lab, but the rotational stability of the bot is tricky - it needs at least 6 strings to prevent the camera from swinging all over the place.<br />
<br />
Wade]]></description>
            <dc:creator>Wade</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 23:31:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23038#msg-23038</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23038#msg-23038</link>
            <description><![CDATA[ That Cartesian parallel manipulator is very cool indeed.. Those linkages are definitely the sticking point, though. There's actually a way of doing something similar with a more traditional Cartesian layout using a lot of linear bearings to decouple the motion in the same way, it's just expensive XD.<br />
<br />
Correct me if I'm wrong, but the links are actually taking ALL the load in torsion as far as I can tell. Each axis allows movement in the other two because the joints hinge in their direction, and transmits/controls motion because the load goes perpendicular to the hinge, which means a torsional load on the joint.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 21:01:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23037#msg-23037</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23037#msg-23037</link>
            <description><![CDATA[ Greetings Viktor, Corwin, et all,<br />
<br />
I've thought a fair bit about closed-chain linkages, Stewart/Gough platforms and related mechanisms, originally in the context of robot manipulators, and then (after Viktor's first post on the subject) for use in repRapping.  <br />
<br />
The software for controlling a closed-chain (or parallel) mechanism is "non-trivial" -- a polite way of saying it's a major pain -- except for special cases! <br />
Acutally, the three-DOF ones aren't nearly as bad as full 6-DOF, but it's still not something I know how to do with an 8-bit micro.  When I designed a controller for a 6-DOF Stewart platform, I used a PowerPC processor, and I really excercised its floating-point abilities.....<br />
<br />
One of the key advantages of a cartesian 'bot is that the axes remain orthogonal, and the Jacobian (mapping of motor-space velocities to tool-space velocities is simple, constant, and decoupled -- basically an identity matrix, unless you have different pitches on your lead screws.  <br />
For many (most) of the parallel-linkage mechanisms, the Jacobian is not constant, and it can have singularities (bad news!) at multiple points inside the workspace. <br />
<br />
However, there is a particular parallel mechanism, the " Cartesian Parallel Manipulator"  See  [<a href="http://www.ijcas.org/admin/paper/files/IJCAS_v3_n3_pp.453-460.pdf" target="_blank"  rel="nofollow">www.ijcas.org</a>] Especially Figures 1. and 2 that has perfectly orthoginal behavior throughout its workspace, so solving its kinematics is just as trivial as for a cartesian bot -- because it *is* a Cartesian 'bot, in its essense!  (Wish I'd thought of this!)  It also has no singularities in the interior of the workspace, so far as I know.  <br />
However, I believe there are patents on this, however.  And this may complicate adopting such a design for repRap (or similar) machines.<br />
<br />
On the downside, it needs two additional hinges for each linear joint. And if these are sloppy, the mechanism's quality of motion control will likewise suffer.   <br />
But the links supporting the moving body take loads only in tension/compression, rather than in bending or torsion. <br />
--- OOPS!  ON CLOSER EXAMINATION, I SEE THAT'S NOT TRUE.  (I was recalling a classic Stewart {or Gough, depending on where you studied} platform, with six linear actuators, each with ball joints on their ends.  In that mechanism, those long links are in pure tension/compression.  My bad.<br />
<br />
Anyhow, food for thought,]]></description>
            <dc:creator>Larry_Pfeffer</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 20:51:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23035#msg-23035</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23035#msg-23035</link>
            <description><![CDATA[ Viktor, I'm not sure we're on the same page here. The arms don't "cooperate" or "reach" between triangles. Each triangle is a completely separate build area with it's own hinges and extruder (now that I think about it, getting that many extruders running could be quite a challenge in itself XD). Hopefully the image attached to this can help clear things up somewhat if I'm right about where we're miscommunicating.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 19:52:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23021#msg-23021</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23021#msg-23021</link>
            <description><![CDATA[ Hi Corwin,<br />
<br />
there are mostly geometrical limitations, as the hinges atached to the linear stage aren't stable or defined properly when reaching sideways in the area of neighbour-triangles.<br />
<br />
For this kind of 'cooperation' between different areals scara-robots (see [<a href="http://www.harmonicdrive.de/contenido/cms/upload/pdf/en/fachauf_16.pdf" target="_blank"  rel="nofollow">www.harmonicdrive.de</a>] for some infos) will be much better - they operate around a fixed position and when this position is a rotating axis, they can operate in a 360°-zone with the radius of the arms ...<br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 14:01:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23011#msg-23011</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23011#msg-23011</link>
            <description><![CDATA[ Double-posting to put up a quick 3d model I made in Sketchup of a hexagonal stepper column. the center of the five 1/4" rods would be the threaded rod. The dimensions aren't right at the moment for any real products, but the other four would be smooth 1/4" with a sintered bronze bearing in the carriage for each. The stepper motor would be in a cavity under the bottom unit (for the moment, the one on top is identical to the one on bottom, but it wouldn't be in reality). The weird triangular thingies are clamps for angle iron/aluminum for making the structure. It's kind of weird to think about, but when you're looking at the image please realize the links to the toolhead would come from the vertical edges of the carriage as it is drawn now, not the faces.]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 12:59:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23009#msg-23009</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23009#msg-23009</link>
            <description><![CDATA[ @Viktor: What is it about the traditional design that makes it difficult to cross over? I couldn't see anything in it when I was looking at the designs that seemed to inherently prevent it, but if I missed a major problem it wouldn't be the first time. If it's possible to even share 1 stage between 2 build platforms, in another configuration (ie just 2 triangles opposing each other), that still would improve replication time.<br />
<br />
Btw, what kind of resolution do you need? I was planning to design it with NEMA 17s and 1/4-20 threaded rod assumed for the stages, <br />
 <br />
I know software is a sticking point for it, but I figured that if I could come up with a mechanical design and Festo could come up with software, it might just happen that the RepRap community could figure out software too XD<br />
<br />
@nophead - That's why the radial symmetry is so important. Each part has to function mirrored. The design only has this replication speed advantage for producing it's own parts, or other specially designed parts. Making only stages that build the same way, without mirroring, still has a slight replication advantage, but not nearly as much of one. The attached image shows the build stage expansion up to the 2x Darwin equivalent (that is, you started with 1, produced a 2nd, and the 2 each produced another child giving a total of 4). In the image, all build platforms have XYZ arranged in a counterclockwise order to build identical parts. The design of columns specifically for this mode of replication would actually be easier than for the other mode - they only need to be triangular rather than hexagonal.<br />
<br />
*EDIT to add the image I forgot to attach the first time]]></description>
            <dc:creator>Corwin</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 11:48:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,23008#msg-23008</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,23008#msg-23008</link>
            <description><![CDATA[ Intriguing thoughts -- nice writeup.  I'm curious to see your stepper column sketches.]]></description>
            <dc:creator>HanClinto</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 11:08:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,22985,22991#msg-22991</guid>
            <title>Re: An Argument for A Tripod</title>
            <link>https://reprap.org/forum/read.php?178,22985,22991#msg-22991</link>
            <description><![CDATA[ Nice idea, but wouldn't some of the cells make mirrored parts?]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 21 Apr 2009 05:15:12 -0400</pubDate>
        </item>
    </channel>
</rss>
