3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1779906415
05-27 18:35
Model Name
hardware bolt 3d model
Tags
machine
3d printing
realistic
Prompt
$fn = 100; cap_outer_d = 32; cap_inner_d = 28; cap_h = 16; wall_t = 2; pitch = 3; thread_d = 1.2; grip_count = 24; module cap_body() { difference() { union() { cylinder(d = cap_outer_d, h = cap_h); for(i = [0:360/grip_count:359]) { rotate([0, 0, i]) translate([cap_outer_d/2 - 0.5, 0, cap_h/2]) cube([1.5, 1.5, cap_h], center = true); } } translate([0, 0, wall_t]) cylinder(d = cap_inner_d, h = cap_h); } } module thread() { linear_extrude(height = cap_h - wall_t * 2, twist = -360 * (cap_h/pitch), slices = 100) translate([cap_inner_d/2 - 0.1, 0, 0]) circle(r = thread_d); } difference() { cap_body(); thread(); }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!