chiark / gitweb /
toolbox-inserts: formatting
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:33:12 +0000 (11:33 +0100)
committerIan 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

index bbb15376336c3b1c95744b2f8698c94b6d3dd83a..11b762b425fbfa236ec96088f97ba037df5a8064 100644 (file)
@@ -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 ],
   //    ...