Thanks for that Wolfi, ii'll check it out. Brass with conical bearings! Nice!
Rob, I looked at a .9 degree 400 step motor but the torque was quite a bit lower than similar nema17 200 step motors and it was still equivalent to a 2:1 which wasn't enough to get my rig into the sub arc second step range. I also thought about using a 400s with a 3:1 timing belt set I found to get to 6:1 which might be enough to make up for the lower current/torque specs.
I'll add to the microstepping vs snap back note that the RA track doesn't snap to index because it never stops, or shuts off in normal operation, but plan on holding current on the DEC axis as well even though it is usually stopped during tracking. Sleeping a peripheral stepper like a focuser could be problematic as well, though the gearhead on the one i'm working on should mask any snapping that goes on...probably in the massive lash it has.. Whaddya want for 5$ LOL they're originally little valve control units making them ideal for an open loop low torque slow operation like focus.
With full DIY systems, you have the "luxury" of choosing a large worm gear(check those prices !0.0!), but portable units or crossovers like mine that use slow motion axis worms on an existing mount don't have that option so we're stuck with some type of geartrain to make up the difference. The timing belt systems are a good alternative to the planetary, which is reported to have 1 degree backlash(the loose bit during direction changes).
I suggest dropping out of micro-step mode when slewing
in order to keep from overtaxing the processor or heating the drivers with tons of pwm and inductive skew,. I've been studying these DRV8825 modules and they have 3 input lines (8 modes) which can be tied to Arduino or gpio outputs to change microstepping modes.
Many of the stepper drivers have them in some arrangement making it pretty easy to drop into single step mode when you start slewing. Be sure to change the position return data accordingly if you try this. i.e. a slew of 2000 at 32:1 would need to become 2000/32 if you drop to single..or something like that.
This may not be quite on topic, but i'll include it for reporting aobut the prospective use of the new driver boards. I put together a prototype focuser on the on the bench using a 24BYJ-48 stepper and an Arduino nano for a test of the new boards but it will be a bit before I get to any real testing because I'm rewriting the motor section of an existing Indilib compatible focusing program that currently uses the out of date AF_motor library...while tiptoeing around a nested accelstepper library mostly out of curiosity...I'm apparently a glutton for programming punishment. :-

D