chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9e6ad
)
filamenttrestle TestKit improve
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:46:15 +0000
(
01:46
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 00:46:15 +0000
(
01:46
+0100)
filamenttrestle.scad
patch
|
blob
|
history
diff --git
a/filamenttrestle.scad
b/filamenttrestle.scad
index 224f0edb21adaddfded425689c2f24e7a75c90c2..b5ebe7702b143a5081cefe48e4b496fb49515bc2 100644
(file)
--- a/
filamenttrestle.scad
+++ b/
filamenttrestle.scad
@@
-228,16
+228,18
@@
module HubEnd(){ ////toplevel
module TestKit(){ ////toplevel
- translate([
30
,0,0]) Pin();
- translate([
30,3
0,0]) Pin();
+ translate([
60,0,0]) mirror([1
,0,0]) Pin();
+ translate([
60,15,0]) mirror([1,
0,0]) Pin();
translate([0,40,0]) intersection(){
Trestle();
translate([-50,-10,-1]) cube([100,100,100]);
}
intersection(){
- translate([-60,0,0]) Bar();
+ translate([-60,
1
0,0]) Bar();
cube(50,center=true);
}
+ translate([50,40, AxlePin_zoffset()]) FtAxlePin();
+ translate([0,-20,0]) AxleWasher();
}
module DemoSpool(){