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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user