• Models
  • Contests
  • Slicer
  • Login
  • Start Here
    thingiverse-iconprintables-iconcults3d-iconmakerworld-iconmyminifactory-icon

    3D GO

    3D ModelsContestsCollectionsSaved ModelsOn a mobile device?

3D GO

Privacy Policy
radiator_hook_AN_with_radius 3D Printer File Image 1
radiator_hook_AN_with_radius 3D Printer File Thumbnail 1

radiator_hook_AN_with_radius

Ken_Applications avatarKen_Applications

January 7, 2019

thingiverse-icon
DescriptionCommentsTags

Description

A big thank you DeltaPlus for giving us this design...

This is a remix of customizable radiator hook by DeltaPlus

Modified the code slightly see below... no additional parameters required

// 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();
}

License:

Creative Commons - Attribution

Related Models

Toothbrush Case preview image

Toothbrush Case

Domes profile image

Domes

5,728

Cute Bathroom Organizers preview image

Cute Bathroom Organizers

CurlyFry profile image

CurlyFry

708

Soap holder drainer preview image

Soap holder drainer

loumgg profile image

loumgg

4,685

Rose  preview image

Rose

3D Drucker profile image

3D Drucker

1,717

Revolver Caddy preview image

Revolver Caddy

muzz64 profile image

muzz64

3,982

Wet Wipes Dispenser  / Print in Place  preview image

Wet Wipes Dispenser / Print in Place

Sakul profile image

Sakul

243