Hey Arturo!
Sure, I've actually gone through a few iterations.
The nice thing about that setup is all of the acceleration and deceleration is taken care of by grbl and works nicely.
In version 2 (the "Cinemon Stick") I'm using a Teensy 3.0 and a pololu A4988 driver controller. This arrangement is quite a bit cheaper and smaller. For the software, I'm experimenting with the AccelStepper library to get acceleration and deceleration.
So far, version 2 is not quite as smooth as version 1, and I'm trying to figure out why. I may end up using my own library or another one if it continues to appear that AccelStepper doesn't have the timing resolution I need for smooth acceleration.
Duane