1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-13 16:53:57 +02:00

Merge pull request #49 from fuginator/master

Add NEMA 23 motor specs to stepper-mortors.scad
This commit is contained in:
Chris
2014-06-17 22:14:06 +01:00

View File

@@ -13,6 +13,7 @@
NEMA17 = [42.3, 47, 53.6/2, 25, 11, 2, 5, 24, 31 ]; 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 ]; 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 ]; 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_width(motor) = motor[0];
function NEMA_length(motor) = motor[1]; function NEMA_length(motor) = motor[1];