new wafer layout and update the comments on some others

This commit is contained in:
sirlilpanda
2026-02-25 21:13:05 +13:00
parent 7526d8d2a1
commit f94a6d137e
5 changed files with 306 additions and 32 deletions

View File

@@ -156,7 +156,7 @@ for (i=[0:number_of_idts_per_quadrent-1]) {
bond_pad_size = size,
has_id = has_id_number,
id_number = i + number_of_idts_per_quadrent,
id_flip_dir = [1, -1, -1]
id_scale = [1, -1, -1]
);
}
}
@@ -182,7 +182,7 @@ for (i=[0:number_of_idts_per_quadrent-1]) {
bond_pad_size = size,
has_id = has_id_number,
id_number = i + number_of_idts_per_quadrent*2,
id_flip_dir = [-1, 1, 1]
id_scale = [-1, 1, 1]
);
}
translate([i * idt_x_spacing, -idt_y_spacing/2, 0]) {
@@ -203,7 +203,7 @@ for (i=[0:number_of_idts_per_quadrent-1]) {
bond_pad_size = size,
has_id = has_id_number,
id_number = i + number_of_idts_per_quadrent*3,
id_flip_dir = [-1, -1, 1]
id_scale = [-1, -1, 1]
);
}
}