added more comments
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user