Skip to content

Commit

Permalink
Add 3d printable spacer files
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed May 26, 2024
1 parent 3e6baca commit 24a0f46
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3d-printable-spacer/spacer.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
height = 2;

translate([0,0,height]) translate([0,0,height/2]) linear_extrude(height = height, center = true, convexity = 10, twist = 0, slices = 20, scale = 1.0, $fn = 16) import(file = "spacer.svg", center = true, dpi = 96);
Binary file added 3d-printable-spacer/spacer.stl
Binary file not shown.
Loading

0 comments on commit 24a0f46

Please sign in to comment.