Delta geometry

From RepRap
Revision as of 08:25, 21 January 2016 by PRZ (talk | contribs) (Firepick link)
Jump to: navigation, search

Geometry

A 'delta' robot or printer is a robot where a platform is maintained by three pair of arms set in a triangle. The pairs of parallel arms maintain the horizontality of the platform and the movement of these arms displace the platform in the three dimensions. Many solutions exists, but a few are used practically.

There are two principles to displace the arms pairs: 1/ Each arms pairs are installed on a main articulated arm, the movement being generated be the rotation of this main arm. The geometry is the rotational delta or 'Clavel delta' from the name of its inventor. The principle is widely used on 'pick and place' machine in a wide range of industries, from electronic to food. This system can be found in the Delta by 'Energetic' or on the FirePick Delta printer.

2/ Arms pairs are attached to carriage sliding along parallel rails. This geometry is called 'linear delta' and is the most frequent type used in 3D printer world, the machines originating the movement being the 'Rostock' and the 'Kossel'. The term 'parallel delta' shall not be used as all robots with parallel arms are called [parallel robots].

There is another solution without rigid mechanics which is to suspend the platform to wires. There are a few examples and notably the Skydelta or this suspended delta

The linear delta kinematic calculation is simple because the carriage follow a straight line, so the horizontal movement of the platform is linked to the vertical movement of the carriage by Pythagorean theorem (which say that the square of the diagonal of a rectangle triangle is equal to the sum of the square of its sides). Here the diagonal is the arm length, constant, the vertical branch is the relative vertical position of the platform and carriage, the horizontal branch is the relative horizontal position of the platform and carriage. The math is not difficult, but for a printer a lot of square roots shall be done and control board based on 8 bit processors are struggling doing this calculation, so a lot of fine software optimization were done for the delta geometry for these processors.

It shall be noted that the sliders columns can be on a non-equilateral triangle and asymmetric dispositions were tested, notably the 'Square' delta with angles of 90°,90° and 180°.


Interactive web simulation

Linear deltas

Rotational deltas


Simulation on software

Delta calculators

Linear deltas

Rotational deltas

Math and research papers

Rotational delta are a quite common research topic, notably for university students.

Calculation links

Simulation without source/access

Some people have done Delta simulation on CAD/Math software, but not publicly release them.