3D_tests/tweezers/tweezers.scad

13 lines
194 B
OpenSCAD
Raw Permalink Normal View History

2024-07-16 07:43:08 +00:00
$fn = 64;
translate([3,0,0])
cylinder(70,3,1);
translate([-3,0,0])
cylinder(70,3,1);
difference() {
sphere(6);
translate([0,0,7.5])
cube(15, center = true);
};