This commit is contained in:
sirlilpanda
2026-07-13 17:38:03 +12:00
parent 9f4ce14d35
commit 726bbd469e
45 changed files with 16366785 additions and 89 deletions

View File

@@ -8,8 +8,8 @@ module delay_line(
) {
// just a very small value that allows the polygons to overlap nicely
esp = $fs;
l45 =lambda*5/4;
esp = lambda/1000;
l45 = lambda*5/4;
l2 = lambda/2;
l4 = lambda/4;
l8 = lambda/8;