// X-sensor bracket // use the rounding library // ass https://learn.cadhub.xyz/docs/round-anything/api-reference include $fa = 1; $fs = 0.4; difference(){ union(){ translate([5,0,0]) cube([20,22,10]); translate([0,0,2]) cube([30,22,8]); translate([0,6,2]) cube([15,10,31]); } translate([23,11,-0.01]) rotate([0,0,0]) cylinder(h=20, d=6); }