Created
March 5, 2025 21:11
-
-
Save FeepingCreature/51a41cfeeff0e1f8be1609833964da85 to your computer and use it in GitHub Desktop.
fnCAD Model
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
intersection() { | |
cube([30, 30, 10]); | |
smooth_union(0.1) { | |
rotate([0, 0, 10]) cube([20, 10, 20]); | |
rotate([0, 0, -10]) cube([10, 20, 20]); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment