mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
vialtray/tray.pl: y size is 93 mm, not 90; adjust y offset accordingly
This commit is contained in:
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user