Tweezers: first version

This commit is contained in:
Fabrice Mouhartem 2024-07-16 09:43:08 +02:00
parent 94d5a49429
commit 92326eaf44
2 changed files with 13 additions and 0 deletions

13
tweezers.scad Normal file
View File

@ -0,0 +1,13 @@
$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);
};

BIN
tweezers.stl Normal file

Binary file not shown.