1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

fab/m1/: update path name and drill file offset for M1r4

This commit is contained in:
Werner Almesberger
2012-07-10 12:25:34 -03:00
parent 748a01fb9a
commit f6720c767f
3 changed files with 18 additions and 2 deletions

View File

@@ -19,8 +19,14 @@ print "G90*\n" || die; # absolute Mode
print "%MOIN*%*\n" || die; # inches, RS274X-style
print "%FSLAX34Y34*%\n" || die; # format
# M1rc3
$x0 = 7300;
$y0 = 268910;
# M1r4
if ($ENV{"REV"} eq "r4") {
$x0 = 34022;
$y0 = 293540;
}
sub u()