Created
December 14, 2024 12:56
-
-
Save MattBlissett/2e31c6fbdcd2c2d8fce920c7461a7a5d to your computer and use it in GitHub Desktop.
Cylindrical hole in a plate
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
$fn=60; | |
difference() { | |
cube([100, 100, 5], center=true); | |
cylinder(d=25, h=10, center=true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment