I am new to this forum. I am just starting with Arduino and want to convert my small mini lathe to two axis simultaneous CNC capability using stepper motors.
What Arduino model should I consider for my project?
I want to learn by playing with it before doing anything to my lathe.
I added 3 stepper motors to my small lathe using my own Arduino software on an Uno and a Python program on my PC to act as the user-interface. I do as much as possible of the computation on the PC and all the Arduino has to do is implement a given number of steps in a given time.