
radiator_hook_AN_with_radius
thingiverse
A huge thank you DeltaPlus for sharing this design... This is a remix of customizable radiator hook by DeltaPlus Modified the code slightly - see below... no additional parameters needed // Remix the bit below was turned into a module module all(){ linear_extrude(width){ translate([0,distance_c]) part_ring(radius,thickness,alpha_t); translate([radius,0]) square([thickness,distance_c]); mirror([0,1]) part_ring(radius,thickness,alpha_b); translate([radius+radius_h+thickness,shift_h]) rotate(180) part_ring(radius_h,thickness,180); translate([radius+2*radius_h+thickness,shift_h]) square([thickness,height_h]); } }//Remix ....turned the above code into a module called ... all // Remix added module below module round2d(OR,IR){ offset(OR)offset(-IR-OR)offset(IR)children(); } // Remix this bit does the internal fillet + external radius // The round2d module will only work with 2D shapes so projection cuts the profile into 2D then internal and external rads are applied .... then extruded back to height. linear_extrude(height=width){ round2d(OR=thickness/2-0.1,IR=thickness*1.475) projection(cut=true) all(); }
With this file you will be able to print radiator_hook_AN_with_radius 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 radiator_hook_AN_with_radius.