Skip to content

Commit

Permalink
Add design files for light guide
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Jan 17, 2023
1 parent dae3995 commit bd0fb9b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added hardware/light-guide/light-guide.3mf
Binary file not shown.
16 changes: 16 additions & 0 deletions hardware/light-guide/light-guide.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
difference() {
linear_extrude(9.2) {
difference() {
union() {
square([15, 3.8], center=true);
square([9, 8], center=true);
}
square([11, 1], center=true);
}
}
translate([0, 0, 9.2-2.5]) {
linear_extrude(3) {
square([18, 5], center=true);
}
}
}

0 comments on commit bd0fb9b

Please sign in to comment.