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:
a293781
)
filamentspool axle bugfix pin does not fit
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 21:16:07 +0000
(22:16 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 21:16:07 +0000
(22:16 +0100)
filamentspool.scad
patch
|
blob
|
history
diff --git
a/filamentspool.scad
b/filamentspool.scad
index 3d5344c72e1ded0ff2409e6cdbd9770d6978e46c..8dd6b791524cf605e0bf8d213109fdbfed132f0f 100644
(file)
--- a/
filamentspool.scad
+++ b/
filamentspool.scad
@@
-300,7
+300,7
@@
if(0)
}
rotate([90,0,0])
translate([axleclearlen + axlepinrad/2, 0, -25])
- cylinder(r
=axlepinrad
, h=50);
+ cylinder(r
= axlepinrad + slop
, h=50);
}
}
translate([-50,-50,0]) cube([100,100,100]);