From 330ab2de9e164d3e59ded63673166fa0f096f9c6 Mon Sep 17 00:00:00 2001 From: Daniel Bohrer Date: Fri, 26 Oct 2012 13:17:46 +0000 Subject: [PATCH] + /* Schnurverstelldingsi */ --- RepRap%2FModelle.mw | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/RepRap%2FModelle.mw b/RepRap%2FModelle.mw index e30f290ba..75044159b 100644 --- a/RepRap%2FModelle.mw +++ b/RepRap%2FModelle.mw @@ -1,5 +1,4 @@ - -===Keycap=== +==Keycap== Basierend auf shoragans version, Schlitze jetzt an der Seite und insgesamt etwas höher. Benötigt die stratum0-lowres.dxf der matetags. @@ -24,3 +23,20 @@ intersection() { translate([0,11.5,-10]) cube(size=[100,30,100], center=true); } + +== Schnurverstelldingsi == +
+height=3;
+width=15;
+
+difference() {
+	hull() {
+		translate([width/2, 0, 0]) cylinder(r=width/2, h=height);
+		translate([-width/2, 0, 0]) cylinder(r=width/2, h=height);
+	}
+	translate([width/2, 0, -1]) cylinder(r=height, h=height+2);
+	translate([-width/2, 0, -1]) cylinder(r=height, h=height+2);
+	translate([width/2, width/2, height/2])
+		cube([height, width, height+2], center=true);
+}
+
-- 2.20.1