Skip to content

Instantly share code, notes, and snippets.

@Peetz0r
Created April 18, 2026 19:59
Show Gist options
  • Select an option

  • Save Peetz0r/976956d8fe086b86a36c70c88aa98289 to your computer and use it in GitHub Desktop.

Select an option

Save Peetz0r/976956d8fe086b86a36c70c88aa98289 to your computer and use it in GitHub Desktop.
difference() {
cube([134, 134, 16]);
translate([1, 1, 3]) cube([132, 132, 20]);
for(x=[0:4:126]) {
for(y=[0:4:126]) {
translate([3.2+x, 3.2+y, 0.25]) cube([3.6, 3.6, 20]);
}
}
}
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