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:
d61c3e3
)
toolbox-inserts: WellSurround: remove debug
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:59:41 +0000
(11:59 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 10:59:41 +0000
(11:59 +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 def23d54c445b94fd2a3a6b12a033bbe8839ed02..08c015db4fcf98c382c1bf7e5d574caba06c2f79 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-51,7
+51,6
@@
module WallMinkowskiSphere(wall=well_surround_wall) { ////toplevel
// ScrewItem should use $depth
module AtFixingPositions(screws) {
for (screw = screws) {
-echo("SCREW", screw);
$fixing_depth = is_undef(screw[2]) ? fixing_depth : screw[2];
translate(fixing_pitch * [screw[0], screw[1], 0])
children(0);
@@
-92,7
+91,6
@@
module WellSurround(
}
for (hull_group = fixings) {
- echo("HULL GROUP", hull_group);
hull() {
AtFixingPositions(hull_group) {
linextr(0, $fixing_depth)