a bit more padding
This commit is contained in:
@@ -11,8 +11,8 @@ insert_z_offset = 15; // mm - adjust vertical position of camera inserts (posi
|
|||||||
// Parameters - Camera hole spacing: rotated 90° CW
|
// Parameters - Camera hole spacing: rotated 90° CW
|
||||||
hole_spacing_x = 25; // mm (horizontal distance between hole centers)
|
hole_spacing_x = 25; // mm (horizontal distance between hole centers)
|
||||||
hole_spacing_y = 24; // mm (vertical 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)
|
bottom_hole_clearance = 5; // mm (clearance from base plate to bottom hole center when standing)
|
||||||
hole_edge_margin_x = 3; // mm (side margin)
|
hole_edge_margin_x = 5; // mm (side margin)
|
||||||
hole_edge_margin_y = bottom_hole_clearance; // mm (bottom margin = bottom clearance)
|
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_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
|
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)
|
hole_diameter = 3.2; // mm (M3 clearance hole for camera)
|
||||||
padding = 3; // mm padding on sides (top/bottom/right)
|
padding = 3; // mm padding on sides (top/bottom/right)
|
||||||
left_margin = 14; // mm left margin for tripod hole center (ensures >10mm edge clearance)
|
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)
|
tripod_hole_diameter = 6.35; // mm (1/4" standard tripod screw, radius=3.175mm)
|
||||||
|
|
||||||
// Notch parameters for joining - wider for better rigidity and alignment
|
// Notch parameters for joining - wider for better rigidity and alignment
|
||||||
|
|||||||
Reference in New Issue
Block a user