summaryrefslogtreecommitdiff
path: root/3D-files/dials.scad
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2020-10-14 12:47:28 +0200
committerjaseg <git@jaseg.net>2020-10-14 12:47:28 +0200
commit6ab94e0b318884bbcb95e2ea3835f951502e1d99 (patch)
tree4cc5794b89f89c55ff8370ae252518ab96b5fed3 /3D-files/dials.scad
parent1e6e8a2062923b434b2f4f5f2a9f8c0098135b01 (diff)
downloadminikbd-6ab94e0b318884bbcb95e2ea3835f951502e1d99.tar.gz
minikbd-6ab94e0b318884bbcb95e2ea3835f951502e1d99.tar.bz2
minikbd-6ab94e0b318884bbcb95e2ea3835f951502e1d99.zip
Move firmware into subdirectory
Diffstat (limited to '3D-files/dials.scad')
-rw-r--r--3D-files/dials.scad21
1 files changed, 0 insertions, 21 deletions
diff --git a/3D-files/dials.scad b/3D-files/dials.scad
deleted file mode 100644
index bef69e5..0000000
--- a/3D-files/dials.scad
+++ /dev/null
@@ -1,21 +0,0 @@
-$fn=100;
-
-single();
-mirror([1,0,0])single();
-
-//color("green")translate([0,22,3])cube([18,44,1],center=true);
-//color("silver")translate([0,(7.5/2)-1.5,1])cube([9,7.5,3],center=true);
-
-module single(){
- difference(){
- union(){
- translate([10.75,2.5,-0.75])cube([6.5,5,6.5],center=true);
- translate([0,2.5,5])cube([28,5,5],center=true);
- translate([0,24.25,5.5])cube([10,44.5,4],center=true);
- translate([0,45.25,2])cube([10,2.5,4],center=true);
- }union(){
- translate([9.6,-1,0])rotate([-90,0,0])cylinder(d=2.5,h=10);
- translate([0,21,3])cube([18.8,44.8,1],center=true);
- }
- }
-} \ No newline at end of file