chiark
/
gitweb
/
~ijackson
/
dl-things.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ab3ec
)
8317 dovetailtest - make it print only the male end for testing
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 11 Aug 2012 00:15:40 +0000
(
01:15
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 14 Aug 2012 00:25:20 +0000
(
01:25
+0100)
th-8317/dovetailtest.scad
patch
|
blob
|
history
diff --git
a/th-8317/dovetailtest.scad
b/th-8317/dovetailtest.scad
index 48a0cfa4764f6c99b1a2f7a0aa2109458ba9f4fe..790cc0367cafb142c39c7094882d6151167730d4 100644
(file)
--- a/
th-8317/dovetailtest.scad
+++ b/
th-8317/dovetailtest.scad
@@
-1,5
+1,6
@@
include <FilamentSpool.scad>
difference() {
ExtensionArm(height=5);
- translate([3,0,0]) cube([50,50,50],center=true);
+// translate([3,0,0]) cube([50,50,50],center=true);
+ translate([-47,0,0]) cube([150,50,50],center=true);
};