added more comments

This commit is contained in:
sirlilpanda
2026-02-25 21:13:25 +13:00
parent f94a6d137e
commit 2516378755
3 changed files with 22 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ module delay_line(lambda = 1, n_fingers = 1, finger_length = 50, gap = 0, thickn
[b, l4*5-l4],
[0, l4*5-l4]
];
// union () {
union () {
translate([0, l2, 0]){
for(i = [0:n_fingers]){
@@ -64,6 +64,6 @@ module delay_line(lambda = 1, n_fingers = 1, finger_length = 50, gap = 0, thickn
square(size=[l4+thickness, l4]);
}
}
}
}
}