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:
c89836f
)
Revert "toolbox-inserts: floor, but now it triggers an openscad bug"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 23:28:59 +0000
(
00:28
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 23:28:59 +0000
(
00:28
+0100)
This reverts commit
c89836f56cf2ae2d9a25d617925ca179bb383622
.
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 c35d4dcd482a3cb4d70aadf6c760be4e7b9532e9..0d3b2f27034bc5a321143282f44bed267ef37c6e 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-41,9
+41,6
@@
module WellSurround(half_height, gaps, wall=well_surround_wall) {
// IOW its z==0 must be where the top of the wall is,
// and half_height is the depth of the well below that.
- render()
- difference(){
-
render() {
minkowski(){
WallMinkowskiSphere(wall);
@@
-67,10
+64,6
@@
module WellSurround(half_height, gaps, wall=well_surround_wall) {
}
}
}
-
- }
-
- render() linextr(-100, -30) square(1000, center=true);
}
}