3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1780475162
06-03 08:32
Model Name
pipe fitting 3d model
Tags
machine
3d printing
realistic
Prompt
// ========================================== // IoT PBR Adapter: Female 40mm threaded pump → 50mm acrylic pipe // ========================================== $fn = 100; // smoothness // --- Parameters --- male_thread_OD = 40; // OD of pump male thread thread_clearance = 0.6; // clearance for smooth fit female_thread_ID = male_thread_OD + thread_clearance; thread_length = 15; // length of threaded section pipe_OD = 50; // acrylic pipe OD pipe_fit_length = 20; // pipe fitting length adapter_wall_thickness = 3; // wall thickness around thread // --- Female Threaded Section --- module female_thread() { difference() { cylinder(d = female_thread_ID + 2*adapter_wall_thickness, h = thread_length); cylinder(d = female_thread_ID, h = thread_length + 1); } } // --- Pipe Connector Section --- module pipe_connector() { difference() { cylinder(d = pipe_OD, h = pipe_fit_length); cylinder(d = pipe_OD -
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!