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:
4ea587a
)
Revert "poster-tube-lid: Remove curve from catch tip"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 25 Nov 2024 21:38:00 +0000
(21:38 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 25 Nov 2024 21:38:00 +0000
(21:38 +0000)
This deletes the tip! And apparently we never tested it.
This reverts commit
7318ed311c589c0856e774ccfeffe6e31ddf6704
.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index cdba23ed374d3896cf4124e9fde3e7dd463102a8..52acfe0f3f6a9ff3d0c18d21beb1ee9289655b5f 100644
(file)
--- a/
poster-tube-lid.scad
+++ b/
poster-tube-lid.scad
@@
-916,7
+916,7
@@
module CatchTipProfile(dy){
intersection(){
translate(cppF){
difference(){
-
//
circle(r = dist2d(cppF, cppd));
+
circle(r = dist2d(cppF, cppd));
//circle(r = dist2d(cppF, cppa));
}
}