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

Added 35BYGHJ75 geared stepper.

This commit is contained in:
Chris Palmer
2021-04-25 00:07:22 +01:00
parent ac0bacfeda
commit 49fdfea792
7 changed files with 121 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ include <../vitamins/geared_steppers.scad>
use <../utils/layout.scad>
module geared_steppers()
layout([for(g = geared_steppers) gs_diameter(g)], 5)
layout([for(g = geared_steppers) max(gs_diameter(g), gs_pitch(g) + gs_lug_w(g) / 2)], 5)
geared_stepper(geared_steppers[$i]);
geared_steppers();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 94 KiB