From c1997253b2196168def3ce8b904d30ec5595c99b Mon Sep 17 00:00:00 2001 From: 5shekel Date: Tue, 25 Nov 2025 15:52:28 +0200 Subject: [PATCH] a bit more padding --- camera_side_mount.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/camera_side_mount.scad b/camera_side_mount.scad index 9a00f27..4feae2a 100644 --- a/camera_side_mount.scad +++ b/camera_side_mount.scad @@ -11,8 +11,8 @@ insert_z_offset = 15; // mm - adjust vertical position of camera inserts (posi // Parameters - Camera hole spacing: rotated 90° CW hole_spacing_x = 25; // mm (horizontal distance between hole centers) hole_spacing_y = 24; // mm (vertical distance between hole centers) -bottom_hole_clearance = 3; // mm (clearance from base plate to bottom hole center when standing) -hole_edge_margin_x = 3; // mm (side margin) +bottom_hole_clearance = 5; // mm (clearance from base plate to bottom hole center when standing) +hole_edge_margin_x = 5; // mm (side margin) hole_edge_margin_y = bottom_hole_clearance; // mm (bottom margin = bottom clearance) mount_width = hole_spacing_x + 2 * hole_edge_margin_x; // 31mm total width mount_height = hole_spacing_y + 2 * hole_edge_margin_y; // 30mm total height @@ -21,7 +21,7 @@ spacing = 35; // mm (gap between camera inserts) hole_diameter = 3.2; // mm (M3 clearance hole for camera) padding = 3; // mm padding on sides (top/bottom/right) left_margin = 14; // mm left margin for tripod hole center (ensures >10mm edge clearance) -base_thickness = 2; // mm (base plate thickness) +base_thickness = 3; // mm (base plate thickness) tripod_hole_diameter = 6.35; // mm (1/4" standard tripod screw, radius=3.175mm) // Notch parameters for joining - wider for better rigidity and alignment