@dc42 Is it possible to carry out a 5 axis coordinated move in Duet 3D while extrapolating a cubic Bezier curve?
This is not a 3D printing application - so slicing is not an issue.
Let's say if one wanted to iterate using the following control points?
P0(x0, y0, z0, a0, b0)
P1(x1,y1,z1,a1,b1)
P2(x2,y2,z2,a2,b2)
P3(x3,y3,z3,a3,b3)
AFAIK, there is no standard G-Code command to do this. Does the Duet 3D provide a way to do it?
Posts made by noob2020
-
RE: 5-axis kinematic firmware