remove the test hole from the lever plate
This commit is contained in:
		
							parent
							
								
									6e1ef9efaf
								
							
						
					
					
						commit
						e94a0498a3
					
				@ -19,7 +19,7 @@
 | 
			
		||||
include <components.scad>
 | 
			
		||||
 | 
			
		||||
// combine the lever mount and generic plate, with mounting holes
 | 
			
		||||
module lever_plate() {
 | 
			
		||||
module left_lever_panel() {
 | 
			
		||||
	difference() {
 | 
			
		||||
		// base plate
 | 
			
		||||
		union() {
 | 
			
		||||
@ -33,13 +33,4 @@ module lever_plate() {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
module left_lever_panel() {
 | 
			
		||||
	// put a 24mm hole in the lever plate just as a test
 | 
			
		||||
	difference() {
 | 
			
		||||
		lever_plate();
 | 
			
		||||
		translate([70,0,0])
 | 
			
		||||
			button_24mm_hole();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
left_lever_panel();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user