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:
Binary file not shown.
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 107 KiB |
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user