mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-21 20:45:54 +02:00
vialtray/tray.pl: y size is 93 mm, not 90; adjust y offset accordingly
This commit is contained in:
parent
1d24b2e52a
commit
2c4e3ebd96
@ -99,7 +99,7 @@ sub circ
|
|||||||
# +-------------------+
|
# +-------------------+
|
||||||
# | | ^
|
# | | ^
|
||||||
# | () () () () () () | |
|
# | () () () () () () | |
|
||||||
# | () () () () () () | | 90
|
# | () () () () () () | | 93
|
||||||
# | () () () () () () | |
|
# | () () () () () () | |
|
||||||
# | () () () () () () | |
|
# | () () () () () () | |
|
||||||
# | | v
|
# | | 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;
|
$z = $z0;
|
||||||
for ($i = 0; $i != $nz; $i++) {
|
for ($i = 0; $i != $nz; $i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user