vialtray/tray.pl: y size is 93 mm, not 90; adjust y offset accordingly

This commit is contained in:
Werner Almesberger 2010-11-29 01:01:52 -03:00
parent 1d24b2e52a
commit 2c4e3ebd96
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ sub circ
# +-------------------+
# | | ^
# | () () () () () () | |
# | () () () () () () | | 90
# | () () () () () () | | 93
# | () () () () () () | |
# | () () () () () () | |
# | | v
@ -245,7 +245,7 @@ sub do_circles
}
($x0, $y0) = (5+$ys/2, 5+$ys/2);
($x0, $y0) = (5+$ys/2, 6.5+$ys/2);
$z = $z0;
for ($i = 0; $i != $nz; $i++) {