temp
This commit is contained in:
@@ -29,7 +29,8 @@ $fs = 0.01;
|
||||
SCRIPT_VERSION="0.0.1";
|
||||
|
||||
// font for layout
|
||||
FONT="Ubuntu Sans Mono:style=Regular";
|
||||
FONT="SquareFont:style=Regular";
|
||||
// FONT="Ubuntu Sans Mono:style=Regular";
|
||||
|
||||
// the test number ref number for this set of IDTs
|
||||
test_number = 1;
|
||||
@@ -81,7 +82,7 @@ has_id_number = true;
|
||||
leg_length = 0.001;
|
||||
|
||||
// the width of the leg
|
||||
leg_width = 0.00001875;
|
||||
leg_width = 0.001875;
|
||||
|
||||
// the angle the leg comes off from the IDT,
|
||||
// positive angle means the leg is angled away
|
||||
@@ -112,6 +113,8 @@ prop_text_size = 2.5;
|
||||
// the size of the ID numbers in on the IDTS
|
||||
id_text_size = 0.5;
|
||||
|
||||
render_text = true;
|
||||
|
||||
// ================= text =================
|
||||
|
||||
// ================= wafers =================
|
||||
@@ -122,7 +125,7 @@ wafer_size_inch = 4;
|
||||
// ================= # IDTS =================
|
||||
|
||||
rows = 10;
|
||||
cols = 10;
|
||||
cols = 7;
|
||||
spacing_x = 4;
|
||||
spacing_y = 7;
|
||||
|
||||
@@ -145,15 +148,19 @@ module params() {
|
||||
str("size : ", size),
|
||||
str("feat. size (mm): ", (c/freq)*1e3 / 4),
|
||||
str("version : ", SCRIPT_VERSION)
|
||||
]
|
||||
],
|
||||
font=FONT
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
translate([info_block_offset_x, -info_block_offset_y, 0])
|
||||
scale([info_block_scale, info_block_scale, info_block_scale])
|
||||
params();
|
||||
if (render_text) {
|
||||
translate([info_block_offset_x, -info_block_offset_y, 0])
|
||||
scale([info_block_scale, info_block_scale, info_block_scale])
|
||||
params();
|
||||
}
|
||||
|
||||
|
||||
wafer(4*0.0254*scale_unit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user