|  | @@ -72,7 +72,7 @@ module camera_mount_connector() {
 | 
	
		
			
				|  |  |      monitor_base = camera_mount_monitor_base;
 | 
	
		
			
				|  |  |      thickness = camera_mount_thickness;
 | 
	
		
			
				|  |  |      diameter = camera_mount_diameter;
 | 
	
		
			
				|  |  | -    rounding = camera_mount_rounding / 5;
 | 
	
		
			
				|  |  | +    rounding = camera_mount_rounding / 2;
 | 
	
		
			
				|  |  |      nut_diameter = camera_mount_nut_diameter;
 | 
	
		
			
				|  |  |      nut_thickness = camera_mount_nut_thickness;
 | 
	
		
			
				|  |  |      screw_diameter = camera_mount_screw_diameter;
 | 
	
	
		
			
				|  | @@ -226,7 +226,7 @@ module camera_mount_camera() {
 | 
	
		
			
				|  |  |                  first_frame_shape();
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              
 | 
	
		
			
				|  |  | -            linear_extrude(height = outside.y) {
 | 
	
		
			
				|  |  | +            linear_extrude(height = camera.y) {
 | 
	
		
			
				|  |  |                  second_frame_shape();
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 |