SCARA single arm
-
Is it possible for a design like this to draw a square? Or does it need to flip the arms and reposition?
-
For Scara the nonprintable areas (singularity) are the problem. So you can avoid them or if your square includes such an area, you can try to print while you cross the singularity area.
-
@dk said in SCARA single arm:
@dc42 Is Parallel SCARA kinematics available for Duet?
Not yet, but it shouldn't be too hard to add.
-
@dc42 I understand you are extremely busy with other improvements, but can you give an idea when are you planning to add parallel scara kinematics for Duet?
-
@dk said in SCARA single arm:
@dc42 I understand you are extremely busy with other improvements, but can you give an idea when are you planning to add parallel scara kinematics for Duet?
That depends on how many users request it, compared with other improvements and features that are on the wish list.
-
@dk I have to finish other projects before winter, but Jan/Feb I will implement parallel Scara into Duet and give it David to implement. If he wants to implement it himself, that's fine too, but it is not necessary, if you have a bit of patience.
-
@joergs5 said in SCARA single arm:
@dk I have to finish other projects before winter, but Jan/Feb I will implement parallel Scara into Duet and give it David to implement. If he wants to implement it himself, that's fine too, but it is not necessary, if you have a bit of patience.
Sounds great!
-
-
@dk I don't want to promise something that I can't keep. But what I can promise you is that I will definitely do it. So you can start building a parallel Scara.
My main goals are: precision and expandability for other jobs like grinding/honing/routing/sandblasting.
This is my plan: https://reprap.org/forum/read.php?185,824669
I already bought used Harmonic Drives and will concentrate on them in my construction.
For the plan I will need Duet 3 -
@joergs5 Great idea! I think even a 2-handed printer (2 hotends) will be a serious challenge in terms of firmware and slicer. Does any slicer support print with 2 hotends in the same time?
I can see a long way of optimization where it is necessary to take into account not only the mutual movement of the heads (so they do not hit each other) but many other details. For example, delay for the second pass through the printed layer, so it has enough time to cool down. Or prevent simultaneous braking of 2 heads moving in one direction to prevent stagger of the printer...
But it is the right way for speed and performance! Especially if you use 2 different hotends, the first 0.3-0.4 mm for detailed perimeter and the second 0.8 - 1 mm for quick infill and supports
-
@dk Yes, it will be a long way. I've seen some interesting, but failed projects on reprap. The reason was, that to succeed, you need physical and software development, both is important. In those projects one of the two aspects failed. I'll try to make a first working demo with both sides working, then I will publish it.
Duet 3 seems to be ideal for a multiple scara printer, using the CAN bus to expand the number of steppers/extruders.