Files
runout_sensor/12mm_spacer.scad
2022-09-25 16:36:00 -07:00

14 lines
301 B
OpenSCAD

translate([0,0,-32])
%import("runout_sensor_body.stl");
difference()
{
translate([-20,-12,-10])
cube([40,12,20]);
translate([-12.5,1,0])
rotate([90,0,0])
cylinder(d=5.5, h=20, $fn=60);
translate([12.5,1,0])
rotate([90,0,0])
cylinder(d=5.5, h=20, $fn=60);
}