3D preview of Handle Clamp V1 (Half)
Loading the interactive model…
Interactive 3D model of Handle Clamp V1 (Half)

Brackets and mounts

Handle Clamp V1 (Half)

66 views
Bounding box
51.7 × 19.0 × 70.0 mm
Engine
Precision B-rep
Parameters
9
Published
August 7, 2026

Download

Free to download and use. See the terms.

The prompt

// // EGO LM2156SP Remote Height Adjuster // Handle Clamp V1 // $fn = 80; //======================== // Parameters //======================== handle_major = 35.7; handle_minor = 20.0; clearance = 0.35; wall = 8; clamp_length = 70; bolt_diameter = 5.3; bolt_spacing_x = 55; bolt_spacing_y = 32; corner_radius = 8; //======================== // Modules //======================== module ovalHandle(){ scale([handle_major/handle_minor,1]) cylinder(h=clamp_length 2,d=handle_minor clearance); } module outside(){ minkowski(){ cube([ handle_major wall*2-corner_radius*2, handle_minor wall*2-corner_radius*2, clamp_length ]); cylinder(r=corner_radius,h=.1); } } module clampHalf(){ difference(){ outside(); translate([0,0,-1]) ovalHandle(); for(x=[-bolt_spacing_x/2,bolt_spacing_x/2]) for(y=[-bolt_spacing_y/2,bolt_spacing_y/2]) translate([x,y,-2]) cylinder(h=clamp_length 4,d=bolt_diameter); } } //======================== // Build //======================== intersection(){ clampHalf(); translate([-100,-100,0]) cube([200,100,200]); }

Parameters

NameValueRange
Handle Major Axis35.7 mm10 – 100
Handle Minor Axis20 mm5 – 50
Clearance0.35 mm0.1 – 2
Wall Thickness8 mm2 – 20
Clamp Length70 mm10 – 200
Corner Radius8 mm1 – 15
Bolt Diameter5.3 mm2 – 20
Bolt Spacing X55 mm10 – 100
Bolt Spacing Y32 mm10 – 100

Every value above is a live dimension. Open a model like this in the editor and each one becomes a slider you can drag before exporting.