make the noir and sega 2p panels modules
mostly so I can use them in other .scad files to compare layouts and that kind of thing
This commit is contained in:
		
							parent
							
								
									c14c97e832
								
							
						
					
					
						commit
						362d156067
					
				@ -18,7 +18,11 @@
 | 
			
		||||
 | 
			
		||||
include <components.scad>
 | 
			
		||||
 | 
			
		||||
difference() {
 | 
			
		||||
	translate([top_plate_x/2, top_plate_y/2, 0]) topplate();
 | 
			
		||||
	noir_plus_one();
 | 
			
		||||
module namco_noir_plus_one_panel() {
 | 
			
		||||
	difference() {
 | 
			
		||||
		translate([top_plate_x/2, top_plate_y/2, 0]) topplate();
 | 
			
		||||
		noir_plus_one();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namco_noir_plus_one_panel();
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,11 @@
 | 
			
		||||
 | 
			
		||||
include <components.scad>
 | 
			
		||||
 | 
			
		||||
difference() {
 | 
			
		||||
	translate([top_plate_x/2, top_plate_y/2, 0]) topplate();
 | 
			
		||||
	sega_2p_plus_one();
 | 
			
		||||
module sega_2p_plus_one_panel() {
 | 
			
		||||
	difference() {
 | 
			
		||||
		translate([top_plate_x/2, top_plate_y/2, 0]) topplate();
 | 
			
		||||
		sega_2p_plus_one();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sega_2p_plus_one_panel();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user