Added JST connector to NEMA17P in tests.

This commit is contained in:
Martin Budden 2020-12-31 12:30:06 +00:00
parent 7449857ab7
commit 3e4eedc25f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use <../utils/layout.scad>
module stepper_motors() module stepper_motors()
layout([for(s = stepper_motors) NEMA_width(s)], 5) let(m = stepper_motors[$i]) { layout([for(s = stepper_motors) NEMA_width(s)], 5) let(m = stepper_motors[$i]) {
rotate(180) rotate(180)
NEMA(m, 0, m == NEMA17M || m == NEMA17M8); NEMA(m, 0, m == NEMA17P || m == NEMA17M || m == NEMA17M8);
translate_z(4) translate_z(4)
NEMA_screws(m, M3_pan_screw, n = $i, earth = $i > 4 ? undef : $i - 1); NEMA_screws(m, M3_pan_screw, n = $i, earth = $i > 4 ? undef : $i - 1);