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:
10666e2
)
filamentspool: Adjust prop for square cup
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 21:44:21 +0000
(21:44 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 21:57:46 +0000
(21:57 +0000)
filamentspool.scad
patch
|
blob
|
history
diff --git
a/filamentspool.scad
b/filamentspool.scad
index 0d3719a9f23fea223b1eaa76d2022f82dad5accc..c0bb1e2deb3d625425f128e8800ee09daaf6cdc0 100644
(file)
--- a/
filamentspool.scad
+++ b/
filamentspool.scad
@@
-160,7
+160,7
@@
module FilamentCup() { ////toplevel
translate([propshift, -1, 0]) {
// something is wrong with the y calculation
cube([prongwidth,
-
dy - sqrt(midrad*midrad - proptaken*proptaken)
- prongwidth/2,
+
overclipdepth
- prongwidth/2,
prongthick]);
}
for (y = [overclipcupgap, overclipcupgap+overclipcupnextgap]) {