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:
474c78f
)
toolbox-inserts: fix wall size
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 17:48:49 +0000
(18:48 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 20 Apr 2025 17:48:54 +0000
(18:48 +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 9baf0845c171950229c12597174bba17b5d8839c..b41e6c4bcd5ce33b854b4c2011d025e20b160ee7 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-24,7
+24,7
@@
module DriverHandlePositive() { ////toplevel
}
module WallMinkowskiSphere(wall=well_surround_wall) { ////toplevel
- sphere($fn=8, r=wall
/2
);
+ sphere($fn=8, r=wall);
}
module WellSurround(half_height, wall=well_surround_wall) {
@@
-41,7
+41,7
@@
module WellSurround(half_height, wall=well_surround_wall) {
union(){
minkowski(){
- linextr(0, half_height - wall
/2
)
+ linextr(0, half_height - wall)
projection(cut=false) children(0);
WallMinkowskiSphere(wall);