1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-16 04:13:57 +02:00

Added NEMA8 and NEMA8BH stepper motors.

Steppers can now have dual shafts, hollow shafts and black end caps.
This commit is contained in:
Chris Palmer
2021-08-31 22:43:37 +01:00
parent 540f841163
commit ef2102420b
8 changed files with 103 additions and 51 deletions

View File

@@ -25,7 +25,9 @@ include <../utils/core/core.scad>
module ring(or, ir) //! Create a ring with specified external and internal radii
difference() {
circle4n(or);
circle4n(ir);
if(ir > 0)
circle4n(ir);
}
module tube(or, ir, h, center = true) //! Create a tube with specified external and internal radii and height `h`