Lock cover
cults3d
It's just to prevent drafts from passing through the holes of old locks, designed specifically for this clip on a 40mm wide and 8mm thick lock. It's easily modelable, so don't hesitate to remix it. I put the code for OpenSCAD, to be able to parameterize it, just copy and paste it into the OpenSCAD editor: // Put several lines in comment /* then */ Lock Cover Lock Cover width = 40; thickness = 8; height_cache = 45; width_cache = 30; support_height = 20; The Fixed Support union() { difference() { translate([0,0,0,thickness/2+2]) cube([width+8,support_height,thickness+4],center=true); translate([0,0,0,thickness/2-0.5]) cube([width,support_height+1,thickness+1],center=true); } difference() { difference() { translate([0,-height_support/2+3,thickness+7]) cylinder(d=2,h=6, center=true); translate([0,-height_support/2+3,thickness+7]) cube([5,6.5,6.5,6.5],center=true); } translate ([0,-support_height/2+3,thickness+7]) rotate([0,90,0]) cylinder(d=2,h=11, center=true); } } The Cache union() { translate([0,-support_height/2-cache_height/2-2,thickness+2]) cube([width_cache,height_cache,4],center=true); translate ([0,-support_height/2+3,thickness+7]) rotate([0,90,0]) difference() { hull(){ #translate([0,0,0,0]) cylinder (r=2.9,h=4.9, center=true); cube ([6,6,4.9], center=true); } cylinder(d=2,h=11,center=true); } }
With this file you will be able to print Lock cover with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Lock cover.