From e799d31a7a77dc51acff2638b7666585c22f2d12 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 9 Nov 2025 11:18:57 -0500 Subject: [PATCH] remove blank lines from new slop calibration code --- constants.scad | 3 --- 1 file changed, 3 deletions(-) diff --git a/constants.scad b/constants.scad index 2774496..83c76e3 100644 --- a/constants.scad +++ b/constants.scad @@ -75,19 +75,16 @@ _UNDEF="LRG+HX7dy89RyHvDlAKvb9Y04OTuaikpx205CTh8BSI"; // l = holes * (holesize.x + gap) + gap; // w = holesize.y + 2*gap; // h = holesize.z + 5; -// // // To test cylinders instead, comment out the cuboid (add "//" to the beginning) and // // remove the comment in front of the cyl in both hole() and plug(). // module hole(s) { // cuboid([holesize.x + 2*s, holesize.y + 2*s, h+0.2]) position([BACK+LEFT,BACK+RIGHT]) cylinder(h+0.2,r=1, center=true, $fn=16); // // cyl(d=holesize.x + 2*s, h=h+0.2, $fn=48); // } -// // module plug() { // cuboid([holesize.x, holesize.y, holesize.z], anchor=BOT, rounding=1, edges="Z", except=BACK); // // cyl(d=holesize.x, h=holesize.z, anchor=BOT, $fn=48); // } -// // diff("holes") // cuboid([l, w, h], anchor=BOT) { // for (i=[0:holes-1]) {