Skip to content

Instantly share code, notes, and snippets.

@MattBlissett
Created December 14, 2024 12:56
Show Gist options
  • Save MattBlissett/2e31c6fbdcd2c2d8fce920c7461a7a5d to your computer and use it in GitHub Desktop.
Save MattBlissett/2e31c6fbdcd2c2d8fce920c7461a7a5d to your computer and use it in GitHub Desktop.
Cylindrical hole in a plate
$fn=60;
difference() {
cube([100, 100, 5], center=true);
cylinder(d=25, h=10, center=true);
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment