C8051F32x firmware infrastructure
Sign in or create your account | Project List | Help
C8051F32x firmware infrastructure Commit Details
Date: | 2010-10-22 09:12:36 (12 years 11 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | b1d1fcc4baaad24a2d5abe284067c7df06583768 |
Message: | c2usb/cam/pcb.pl: fix bogus tool parameters Fixing it lest if gets copied and lives on elsewhere. Note that it may still be necessary to add a small negative correction (in the order of -0.1 mm) to compensate for deflection of the workpiece. - c2usb/cam/pcb.pl ($d): there are 25.4 mm in an inch, not 2.54 - c2usb/cam/pcb.pl ($d): the endmill used has a diameter of 35 mil, not 8 mil - c2usb/cam/pcb.p ($r): don't apply correction for imagined mechanical issues (now what we're working with correct values) |
Files: |
c2usb/cam/pcb.pl (1 diff) |
Change Details
c2usb/cam/pcb.pl | ||
---|---|---|
1 | 1 | #!/usr/bin/perl |
2 | 2 | |
3 | $d = 2.54/1000*12; | |
4 | $r = $d/2+0.25; | |
3 | $d = 25.4/1000*35; | |
4 | $r = $d/2; | |
5 | 5 | |
6 | 6 | |
7 | 7 | sub orig |
Branches:
master