From c10ef0d31c81c0aafd85bffc6bd4c6115629649f Mon Sep 17 00:00:00 2001 From: Andrew Fugier Date: Tue, 17 Jun 2014 13:52:53 -0700 Subject: [PATCH] Add NEMA 23 motor specs to stepper-mortors.scad --- scad/vitamins/stepper-motors.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/scad/vitamins/stepper-motors.scad b/scad/vitamins/stepper-motors.scad index 7257e61..060d61a 100644 --- a/scad/vitamins/stepper-motors.scad +++ b/scad/vitamins/stepper-motors.scad @@ -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];