1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-09-08 20:20:53 +02:00

Better BOM format

This commit is contained in:
Chris Palmer
2012-04-02 15:30:31 +01:00
parent b2ea9b14af
commit d61dc7fa2d
50 changed files with 604 additions and 601 deletions

View File

@@ -29,7 +29,7 @@ module NEMA(motor) {
boss_height = motor[5];
shaft_rad = motor[6] / 2;
cap = 8;
vitamin(str("NEMA", round(motor[0] / 2.54), length * 10, ": NEMA", round(motor[0] / 2.54), " x ", length, " stepper motor"));
vitamin(str("NEMA", round(motor[0] / 2.54), length * 10, ": NEMA", round(motor[0] / 2.54), " x ", length, "mm stepper motor"));
union() {
color(stepper_body_color) render() // black laminations
translate([0,0, -length / 2])