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

m1/case/: front panel modified for M1pre-rc4 (with raised USB)

This commit is contained in:
Werner Almesberger
2011-12-15 18:18:17 -03:00
parent 0d62423ac6
commit f1af1b8181
3 changed files with 191 additions and 0 deletions

19
m1/case/Makefile Normal file
View File

@@ -0,0 +1,19 @@
SPOOL=/home/moko/svn.openmoko.org/developers/werner/cncmap/spool/spool
BOARD=X0=5.0mm Y0=0.0mm Z0=-56.0mm BOARD_Z=4mm
.PHONY: all mill clean
all: mill.rml
case.gp: case.fpd
fped -g $<
mill.rml: case.gp
./doit $(BOARD) CLEARANCE=5mm || { rm -f $@; exit 1; }
mill: mill.rml
PORT=/dev/ttyUSB0 $(SPOOL) mill.rml
clean:
rm -f case.gp mill.gp mill.rml