This will be 3D printed near you and delivered to your door by May 29
Loading
This is an easy to make door handle you can attach to cabinet doors or something like this. I fixed mine with some double-faced tape.I've attached the OpenSCAD code. Change it to your needs in the header:t = 2.4; // grip thickness (limited to gap between doors
d = 19.1; // depth of the door (get it tight!)
ks = 15; // length of the shorter clamp (front side)
kl = ks*2; // length of the longer clamp (back side)
h = 30; // height of the handle
r = 30; // radius of the handleI hope this is self explaining. Hint: I use so much perimeters that the thing is completely filled by them. If you do the same, you have to adjust your noozle size parameter in your slicer exact, so that there is no inner gap which would make the whole thing very unstable.hf.