3d_print/Dom/bathroom_snap.scad
2025-08-12 10:03:14 +02:00

8 lines
No EOL
255 B
OpenSCAD

include <BOSL2/std.scad>
include <BOSL2/joiners.scad>
$fn=100;
difference() {
snap_pin("standard", diameter=6, pointed=false, l=11, thickness=1, nub_depth=4.7, anchor=CENTER);
translate([-10,0,-10]) cube([20,20,20]);
}
rotate([-90,0,0]) cylinder(d=8);