The above code (6 Axis CNC Demo Rumba) actually makes a good job, but seemingly it is missing the possibity to choose TURNS_PER_UNIT or similar constants.
I don't want to use Mach3 or Repetier or whatever, because they don't support 4-axis the way I need it.
Well, not as far as I have understood, but I am a beginner in this world.
In the GcodeCNCDemo project there is a 2axis demo. that sketch uses STEPS_PER_TURN to calculate THREAD_PER_STEP, and then perform IK() to convert from your distance to machine steps.
If you could please add the IK to the 6 axis code and submit a pull request, I'll see that it gets included in the project and your name will be in the credits.
aggrav8d:
If you could please add the IK to the 6 axis code and submit a pull request, I'll see that it gets included in the project and your name will be in the credits.
I don't understand exactly, what you ask me to do?