Print the 2020_tslot_insert module
This commit is contained in:
parent
82eba2d4af
commit
09eef3c1b8
|
@ -967,13 +967,15 @@ module panel (pos = [0, 0, 0]) {
|
||||||
takeup_mount_panel([0, RollerY, -7], [0, 0, 90]);
|
takeup_mount_panel([0, RollerY, -7], [0, 0, 90]);
|
||||||
}
|
}
|
||||||
|
|
||||||
PART = "sprocketed_roller_reinforcedx";
|
PART = "x";
|
||||||
LIBRARY = true;
|
LIBRARY = true;
|
||||||
|
|
||||||
if (PART == "panel") {
|
if (PART == "panel") {
|
||||||
panel();
|
panel();
|
||||||
} else if (PART == "sprocketed_roller_reinforced") {
|
} else if (PART == "sprocketed_roller_reinforced") {
|
||||||
sprocketed_roller(sprockets = 18, bevel = false, model = "gearbox_motor", reinforced = true, bolts = true);
|
sprocketed_roller(sprockets = 18, bevel = false, model = "gearbox_motor", reinforced = true, bolts = true);
|
||||||
|
} else if (PART == "2020_tslot_insert") {
|
||||||
|
2020_tslot_insert();
|
||||||
} else {
|
} else {
|
||||||
debug();
|
debug();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue