1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00

Add NEMA 23 motor specs to stepper-mortors.scad

This commit is contained in:
Andrew Fugier 2014-06-17 13:52:53 -07:00
parent 06479385ec
commit c10ef0d31c

View File

@ -13,6 +13,7 @@
NEMA17 = [42.3, 47, 53.6/2, 25, 11, 2, 5, 24, 31 ];
NEMA17S = [42.3, 34, 53.6/2, 25, 11, 2, 5, 24, 31 ];
NEMA14 = [35.2, 36, 46.4/2, 21, 11, 2, 5, 21, 26 ];
NEMA23 = [56.4, 51.2, 75.7/2, 28.2, 38.1/2, 1.6, 6.35, 24, 47.1 ];
function NEMA_width(motor) = motor[0];
function NEMA_length(motor) = motor[1];