Skip to content

Instantly share code, notes, and snippets.

@FeepingCreature
Created March 5, 2025 21:11
Show Gist options
  • Save FeepingCreature/51a41cfeeff0e1f8be1609833964da85 to your computer and use it in GitHub Desktop.
Save FeepingCreature/51a41cfeeff0e1f8be1609833964da85 to your computer and use it in GitHub Desktop.
fnCAD Model
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