- #1
DRMSquared
- 3
- 0
So a little background then to the point, I needed to get a cnc machine to do something it don’t want to do, so I came up with 2 equations to lie to the machine to get it to do an operation correctly. It is a radius equation that finds the center point of a radius if it is not a full radius. Can these be combined to make one?
1st: Asin(chord/radius)=x
2nd: radius[sin(x/2)]=y
Y is the input for the machine, it’s the important answer.
1st: Asin(chord/radius)=x
2nd: radius[sin(x/2)]=y
Y is the input for the machine, it’s the important answer.