parameterize the distance the neutrik holes are from center
This commit is contained in:
		
							parent
							
								
									20373cf856
								
							
						
					
					
						commit
						99b03a3b48
					
				@ -43,8 +43,10 @@ module left_frame() {
 | 
				
			|||||||
		translate([10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
 | 
							translate([10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// neutrix button hole
 | 
							// neutrix button hole
 | 
				
			||||||
		translate([70, (frame_y/2)-neutrik_panel_thickness, 0]) rotate([90, 0, 0]) neutrik_d_mount();
 | 
							translate([frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness, 0])
 | 
				
			||||||
		translate([70, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
 | 
								rotate([90, 0, 0]) neutrik_d_mount();
 | 
				
			||||||
 | 
							translate([frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness-4, 0])
 | 
				
			||||||
 | 
								frame_cutout();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -43,8 +43,10 @@ module right_frame() {
 | 
				
			|||||||
		translate([-10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
 | 
							translate([-10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// neutrix button hole
 | 
							// neutrix button hole
 | 
				
			||||||
		translate([-70, (frame_y/2)-neutrik_panel_thickness, 0]) rotate([90, 0, 0]) neutrik_d_mount();
 | 
							translate([-frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness, 0])
 | 
				
			||||||
		translate([-70, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
 | 
								rotate([90, 0, 0]) neutrik_d_mount();
 | 
				
			||||||
 | 
							translate([-frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness-4, 0])
 | 
				
			||||||
 | 
								frame_cutout();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -50,6 +50,8 @@ frame_x = 233;
 | 
				
			|||||||
frame_y = 208;
 | 
					frame_y = 208;
 | 
				
			||||||
frame_z = 55;
 | 
					frame_z = 55;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					frame_center_to_neutrik = 70;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// depth of the "lip" of the frame that the top plate sets into/supports the overhang
 | 
					// depth of the "lip" of the frame that the top plate sets into/supports the overhang
 | 
				
			||||||
frame_wall = 4;
 | 
					frame_wall = 4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user