Flexible tube / hose clamp

Customizable clamp. This clamp has angled gap which fits perfectly when closed.
59
528
4
1496
updated July 30, 2024

Makes

Comments

Something seems to be wrong with the "nut" parameter.
I set line 6 to these values:
```
module clamp(d=14.5,wall=2,h=30,gapAngle=10,gapWallAngle=25,padLength=20,padWall=[7,7],bolt=4,boltPad=4,boltHead=7.5,nut=6.8,nutPad=4,boltShift=[5,0,0],padGap=0,f=[1,5],chamfer=45){
```

Despite being set to 6.8 (for a M4 nut) the hexagonal hole came out to have a size of 5.889mm (see attached screenshot)

Used it to fix manufacturer error in WH1000-MX5, thanks! Parameters:
`clamp(d=11,wall=2.5,padWall=[8,8],padLength=8);` (edited)

Printed two of these with Aurapol PETG Graphite black. Customized measurements in OpenSCAD and added holder in Fusion 360. It's really good to have the parametric OpenSCAD model, thanks a lot!

I needed a clamp to secure the hoses of my CPAP machine; I printed two of these after customizing them in OpenSCAD to the required 28mm internal diameter as well as enlarging the bolt and nut holes to accommodate 1/4"-20 hardware. The knob in the picture is something I whipped up in TinkerCAD and printed using glow-in-the-dark filament. The clamp shown was printed with Prusament Vanilla PLA using an 0.6mm nozzle at 0.2mm layer height and 45% cubic infill. They work perfectly.

Which tube diameter will fit ? Is possible to change the size ?

Most of the parameters are on the 6th line in the .scad file. You can change it directly or call clamp() with proper values. Then render (F6), export to STL (F7), ...

All comments loaded