Added JST connector to NEMA17P in tests.
This commit is contained in:
parent
7449857ab7
commit
3e4eedc25f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue