remove test components that were commented out while testing
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
		
							parent
							
								
									ef32076d98
								
							
						
					
					
						commit
						6df2d7a84f
					
				@ -8,17 +8,6 @@ include <components.scad>
 | 
				
			|||||||
use <lever-and-dir_arc-plus-w-30mm-panel.scad>
 | 
					use <lever-and-dir_arc-plus-w-30mm-panel.scad>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
module lever_and_dir_arc_w_30mm_panel_with_oled() {
 | 
					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() {
 | 
						difference() {
 | 
				
			||||||
		lever_and_dir_arc_w_30mm_panel();
 | 
							lever_and_dir_arc_w_30mm_panel();
 | 
				
			||||||
		translate([0, -(panel_y/2 - 22), 0]) adafruit_pid_326_oled_ssd1306_mount_cutout();
 | 
							translate([0, -(panel_y/2 - 22), 0]) adafruit_pid_326_oled_ssd1306_mount_cutout();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user