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:
8933ea5
)
toolbox-inserts: formatting
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:33:12 +0000
(11:33 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:33:12 +0000
(11:33 +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 bbb15376336c3b1c95744b2f8698c94b6d3dd83a..11b762b425fbfa236ec96088f97ba037df5a8064 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-38,7
+38,11
@@
module WallMinkowskiSphere(wall=well_surround_wall) { ////toplevel
sphere($fn=8, r=wall/2);
}
-module WellSurround(half_height, gaps, wall=well_surround_wall) {
+module WellSurround(
+ half_height,
+ gaps,
+ wall=well_surround_wall
+) {
// WellSurround(half_height, gaps[
// [ x_min, x_max ],
// ...