Created
February 16, 2026 03:49
-
-
Save unixpickle/bc9996bca46b9a02ef61ec055831b53c to your computer and use it in GitHub Desktop.
link.scad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| difference() { | |
| union() { | |
| cube(1, center=true); | |
| translate([0,-.4,0]) rotate_extrude() translate([.3,0]) circle(0.1); | |
| } | |
| translate([0,-.7,0]) rotate([0,90,0]) rotate_extrude() translate([.3,0]) circle(0.18); | |
| translate([0,-1,-0.5]) rotate([90,0,0]) cylinder(r=.5, height=3, center=true); | |
| } | |
| translate([0, -1.32, 0]) cube(1, center=true); | |
| translate([0,-.82,0]) rotate([0,90,0]) rotate_extrude() translate([.35,0]) circle(0.1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment