Date:2010-11-28 05:18:24 (13 years 4 months ago)
Author:Werner Almesberger
Commit:1d24b2e52ac00d3e952babf8471fe79202429626
Message:vialtray: more parameter adjustments

- tray.pl (zf): lower floor by another mm, leaving 3-4 mm of material
- tray.pl (vd): increase vial diameter by 0.1 mm to allow for vial
tolerance and material expansion. Also, working from the inside to the
outside (instead of plunging into uncut material first) decreased the
hole radius slightly.
- tray.pl (do_cols, do_circles): removed exclusion of the first column

radius after vial
tolerance,
Files: vialtray/tray.pl (4 diffs)

Change Details

vialtray/tray.pl
111111$z0 = -0.5;
112112
113113# floor depth
114$zf = -17;
114$zf = -18;
115115
116116# maximum depth step
117117$zs = 2.5;
...... 
123123$ys = 20;
124124
125125# vial diameter
126$vd = 18.6;
126$vd = 18.7;
127127
128128# minimum wall thickness
129129$mw = 2.5;
...... 
218218
219219    $x = $x0;
220220    for ($c = 0; $c != $nc; $c++) {
221if ($c) {
222221        &do_col($x);
223}
224222        $x += $xs;
225223        print "\n";
226224    }
...... 
237235        $y = $y0;
238236        for ($rw = 0; $rw != $nr; $rw++) {
239237            for ($rr = $r0; $rr <= $r1; $rr += $rs) {
240if ($c) {
241238                &circ($x, $y, $rr, 180);
242}
243239            }
244240            print "\n";
245241            $y += $ys;

Archive Download the corresponding diff file

Branches:
master



interactive