3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1780353852
06-01 22:45
Model Name
wall mounted cylinder 3d model
Tags
props
3d printing
realistic
Prompt
// 3D Printable Wall-Mounted Cylinder // Dimensions: 56mm length, 53mm ID, 4mm walls, with 4 mounting tabs. $fn = 100; // Curve smoothness (facets) // Core Dimensions cylinder_length = 56; inside_diameter = 53; wall_thickness = 4; // Tab Dimensions tab_width = 16; tab_thickness = 4; screw_hole_dia = 4.5; // Optimized for standard M4 or #8 wood screws // Calculated values inside_radius = inside_diameter / 2; outside_radius = inside_radius + wall_thickness; difference() { union() { // Main outer body of the cylinder cylinder(h = cylinder_length, r = outside_radius, center = false); // Two mounting tabs on Side A (Right) translate([outside_radius - 1, -tab_width/2, 8]) cube([14, tab_width, tab_thickness]); translate([outside_radius - 1, -tab_width/2, cylinder_length - 8 - tab_thickness]) cube([14, tab_width, tab_thickness]); // Two mounting tabs on Side B (Left) translate
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!