I'm using stepper motors to spin small clear hemispherical domes in a model (weight: 5g) at a constant speed between 30-60 RPM using a TMC2208 SilentStepStick driver.
If the SilentStepStick documentation says the quietest mode is 1/16 steps what would be the best gear reduction ratio motor to use? I've done some calculations based on GM12-15BY micro motors (18deg step angle) and it seems like the lower the gear ratio, the lower the value for .setSpeed(x) [x=2400 is the practical limit for an Arduino Uno, I think]. Lower gear ratio also means fewer gear stages (at least, for 1/10) which might help further reduce noise (my big concern here).
Is there any downside to choosing lower gear ratios?