summaryrefslogtreecommitdiff
path: root/3Dfiles
diff options
context:
space:
mode:
authorJanHenrik <janhenrik@janhenrik.org>2020-04-01 01:00:02 +0200
committerJanHenrik <janhenrik@janhenrik.org>2020-04-01 01:00:02 +0200
commitd99bd8a0b62e6450243afbf919c9b1c4a8d64e96 (patch)
tree7299c343c60c1a953292173b47f5bf7137eb7737 /3Dfiles
parentea4dd06be72fdffef3f243e073efb74d3ffc1bf2 (diff)
downloadminikbd-d99bd8a0b62e6450243afbf919c9b1c4a8d64e96.tar.gz
minikbd-d99bd8a0b62e6450243afbf919c9b1c4a8d64e96.tar.bz2
minikbd-d99bd8a0b62e6450243afbf919c9b1c4a8d64e96.zip
added 3D printer files
Diffstat (limited to '3Dfiles')
-rw-r--r--3Dfiles/README.md3
-rw-r--r--3Dfiles/dials.scad21
2 files changed, 24 insertions, 0 deletions
diff --git a/3Dfiles/README.md b/3Dfiles/README.md
new file mode 100644
index 0000000..2671b0a
--- /dev/null
+++ b/3Dfiles/README.md
@@ -0,0 +1,3 @@
+# 3D printing files
+
+![](images/3d_1.png)
diff --git a/3Dfiles/dials.scad b/3Dfiles/dials.scad
new file mode 100644
index 0000000..bef69e5
--- /dev/null
+++ b/3Dfiles/dials.scad
@@ -0,0 +1,21 @@
+$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