// NEMA 17 motor with T2 belt and 20-tooth pulley: (200 * 16) / (2 * 20) = 80.0
// NEMA 17 motor with T5 belt and 8-tooth pulley: (200 * 16) / (5 * 8) = 80.0
// NEMA 17 motor with XL belt and 8-tooth pulley: (200 * 16) / (5.08 * 8) = 78.74
// NEMA 17 with standard pitch M5 threaded rod: (200 * 16) / 0.8 = 4000
// NEMA 17 with standard pitch M8 threaded rod: (200 * 16) / 1.25 = 2560
// NEMA 17 with SAE 5/16" threaded rod. It has 18 threads per inch (25.4mm / 18): (200 * 16) / (25.4 / 18) = 2267.7165355