Name parts in example for output
This commit is contained in:
parent
a374ea3909
commit
0f247fc8b6
|
@ -208,9 +208,13 @@ module idle_roller_cap () {
|
||||||
}
|
}
|
||||||
|
|
||||||
//translate([0, 0, 40]) color("red") original_takeup();
|
//translate([0, 0, 40]) color("red") original_takeup();
|
||||||
//jk_takeup();
|
|
||||||
jk_takeup_halves();
|
if (PART == "jk_takeup") {
|
||||||
//color("blue") jk_takeup_halves("B");
|
jk_takeup();
|
||||||
//m5_nut();
|
} else if (PART == "jk_takeup_half_a") {
|
||||||
//idle_roller();
|
jk_takeup_halves("A");
|
||||||
//translate([0, 0, (20.2 / 2) - (5 / 2)]) idle_roller_cap();
|
} else if (PART == "jk_takeup_half_b") {
|
||||||
|
jk_takeup_halves("B");
|
||||||
|
} else if (PART == "idle_roller") {
|
||||||
|
idle_roller();
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue