mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
labsw/mech/: added process to mill front plate
This commit is contained in:
29
labsw/mech/Makefile
Normal file
29
labsw/mech/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
SPOOL=/home/moko/svn.openmoko.org/developers/werner/cncmap/spool/spool
|
||||
CNGT=/home/qi/cae-tools/cngt/cngt
|
||||
|
||||
.PHONY: all mill cng plot clean
|
||||
|
||||
all: mill.rml
|
||||
|
||||
front.gp: front.fpd
|
||||
fped -g -1 front-cut $< - | ./filter !logo >$@ || \
|
||||
{ rm -f $@; exit 1; }
|
||||
|
||||
logo.gp: front.fpd
|
||||
fped -g -1 front-cut $< - | ./filter logo >$@ || \
|
||||
{ rm -f $@; exit 1; }
|
||||
|
||||
mill.rml mill.gp: front.gp logo.gp
|
||||
./doit BOARD_Z=1.6mm CLEARANCE=3mm || { rm -rf $@; exit 1; }
|
||||
|
||||
mill: mill.tmp
|
||||
PORT=/dev/ttyUSB0 $(SPOOL) mill.rml
|
||||
|
||||
cng: mill.gp
|
||||
$(CNGT) -57.4 20 mill.gp
|
||||
|
||||
plot:
|
||||
echo 'splot "mill.gp" with lines' | gnuplot -persist
|
||||
|
||||
clean:
|
||||
rm -f front.gp mill.gp mill.rml
|
||||
Reference in New Issue
Block a user