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:
be1a19f
)
toolbox-inserts: taller base
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 18:03:06 +0000
(19:03 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 18:03:06 +0000
(19:03 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad
patch
|
blob
|
history
diff --git
a/toolbox-inserts.scad
b/toolbox-inserts.scad
index ec93dc3456cc6516202e1594c7acf8f47e1c000a..054612268e7b99b92933f15167daf6deca78baa4 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-51,7
+51,7
@@
module WellSurround(half_height, wall=well_surround_wall) {
union(){
minkowski(){
- linextr(0, half_height - wall/2)
+ linextr(
-1
0, half_height - wall/2)
offset($fn=4, r = wall/2)
projection(cut=false)
children(0);
@@
-72,14
+72,6
@@
module WellSurround(half_height, wall=well_surround_wall) {
WallMinkowskiInner(wall);
}
-
- /* hull(){
- for (zi=[-1,0]) {
- linextr(zi * wall * 0.25, 2)
- offset($fn=4, r = (zi+1) * wall * 0.25)
- projection(cut=true) children(0);
- }
- }*/
}
}
}