From 6df2d7a84f9792df86fd6fc285a1d4300c2afc41 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 30 May 2025 16:12:41 -0500 Subject: [PATCH] remove test components that were commented out while testing Signed-off-by: Brian S. Stephan --- ...lever-and-dir_arc-plus-w-30mm-panel-with-oled.scad | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/panels/inset/lever-and-dir_arc-plus-w-30mm-panel-with-oled.scad b/src/panels/inset/lever-and-dir_arc-plus-w-30mm-panel-with-oled.scad index bcac77a..5063a1c 100644 --- a/src/panels/inset/lever-and-dir_arc-plus-w-30mm-panel-with-oled.scad +++ b/src/panels/inset/lever-and-dir_arc-plus-w-30mm-panel-with-oled.scad @@ -8,17 +8,6 @@ include use module lever_and_dir_arc_w_30mm_panel_with_oled() { - /* // TEMP FOR PRINTING JUST THE SECTION AS A TEST */ - /* intersection() { */ - /* union() { */ - /* difference() { */ - /* lever_and_dir_arc_w_30mm_panel(); */ - /* translate([0, -(panel_y/2 - 30), 0]) adafruit_pid_326_oled_ssd1306_mount_cutout(); */ - /* } */ - /* translate([0, -(panel_y/2 - 30), 0]) adafruit_pid_326_oled_ssd1306_mount(); */ - /* } */ - /* translate([0, -(panel_y/2-30), 0]) cube([50, 40, 10], center=true); */ - /* } */ difference() { lever_and_dir_arc_w_30mm_panel(); translate([0, -(panel_y/2 - 22), 0]) adafruit_pid_326_oled_ssd1306_mount_cutout();