small program with 2 stepper motors for 3d scanner portal

Hi,

I am new in this community and also new in programming microcontrollers (never done this before).

I have the following project:

  • 3d scanner portal
  • 1 stepperA for the rotating plate
  • 1 stepperB for the movement of the camera (running on a guidance) Endstop 1 and 2 on the guidance

the program should look like:

  • stepperB is running to endstop 2 and back to endstop 1
  • after that stepperB is doing 1 step

this loop should be repeated 600 times (which is a bit more than one rotation to cover the whole object). I would prefer to have it on the board and to start the process by switching on the arduino (no extra computer)

How should a program look like?

it is planned to use 2 nema 17 stepper. What I would like to know is what arduino platform/board I can use and what kind of drivers would be recommended.

Thanks.