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:
a730913
)
toolbox-inserts: wip inner bevel
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 17:54:47 +0000
(18:54 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 17:54:47 +0000
(18:54 +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 947476176176f843f4d3ae42415f4b79ac57b612..af6b1fb8cce9bf921e582b42d7bd423c639e628d 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-54,6
+54,14
@@
module WellSurround(half_height, wall=well_surround_wall) {
translate([0, 0, half_height]) {
children(0);
+ minkowski(){
+ linextr(0,1)
+ projection(cut=true)
+ children(0);
+
+ WallMinkowskiSphere(wall);
+ }
+
/* hull(){
for (zi=[-1,0]) {
linextr(zi * wall * 0.25, 2)