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:
f56d08a
)
toolbox-inserts: floor, redone
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 22:22:22 +0000
(23:22 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 00:19:38 +0000
(
01:19
+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 d5e2fb8f7b7e3d663dd592f7643edac154268735..56804bf09a80bcd612d353d3ef822d1abdeaf278 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-41,6
+41,9
@@
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);
@@
-64,7
+67,11
@@
module WellSurround(half_height, gaps, wall=well_surround_wall) {
}
}
}
+
// }
+
+ render() linextr(-100, -0.1) square(1000, center=true);
+ }
}
module DriverHandleHolder() { ////toplevel