render takeup panel

This commit is contained in:
Matt McWilliams 2023-05-17 21:10:05 -04:00
parent a4cdc3af28
commit f957b736eb
1 changed files with 3 additions and 1 deletions

View File

@ -509,13 +509,15 @@ module takeup_panel_stock (pos = [0, 0, 0]) {
}
}
PART = "picture_gate";
PART = "takeup_panel_picture";
LIBRARY = true;
if (PART == "panel") {
rotate([180, 0, 0]) panel();
} else if (PART == "lamp_dual") {
lamp_dual();
} else if (PART == "takeup_panel_picture"){
takeup_panel_picture();
} else if (PART == "picture_gate") {
rotate([-90, 0, 0]) picture_gate(Type = "standard");
} else if (PART == "sprocketed_roller_reinforced") {