mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-10 23:33:58 +02:00
Add NEMA 23 motor specs to stepper-mortors.scad
This commit is contained in:
@@ -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];
|
||||||
|
Reference in New Issue
Block a user