From f957b736eb67846cd982c5c7f51d27a3c827fb85 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Wed, 17 May 2023 21:10:05 -0400 Subject: [PATCH] render takeup panel --- scad/contact_printer.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scad/contact_printer.scad b/scad/contact_printer.scad index e1afdf6..8266f03 100644 --- a/scad/contact_printer.scad +++ b/scad/contact_printer.scad @@ -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") {