1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-27 01:04:39 +02:00

Updated images and readme.

This commit is contained in:
Chris Palmer
2021-01-02 11:02:06 +00:00
parent 8d1ff3584c
commit 138f45730b
5 changed files with 6 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View File

@@ -22,7 +22,7 @@ include <../vitamins/stepper_motors.scad>
use <../utils/layout.scad>
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, no_offset = true) let(m = stepper_motors[$i]) {
rotate(180)
NEMA(m, 0, m == NEMA17P || m == NEMA17M || m == NEMA17M8);