Hello,
FIRST… What a FANTASTIC product and wonderful work you all have done!
Thank you so much for all the time and passion you have put into this!
I am building a new type of CNC plasma cutter that uses a “SCARA” type mechanism for an axis. I will be using the TinyG to drive my stepper motors and Chilipeppr for the GUI.
My question is this…
The mechanical movement will not be a simple linear “X” inches of travel / stepper motor step.
Actual position will need to be calculated based on the number of steps from the home(zero) position. The step number(position) must be translated into the angle of the axis, and then use the trigonometric ratios to calculate the travel.
position = 2 * (arm_length * sin(angle))
So, FINALLY my question:
How difficult will this be? …and where does the positional calculations occur?