diff --git a/atusb/cam2/mkmk b/atusb/cam2/mkmk index 9695ed3..90d0477 100755 --- a/atusb/cam2/mkmk +++ b/atusb/cam2/mkmk @@ -6,21 +6,23 @@ cameo <Makefile SPOOL=/home/moko/svn.openmoko.org/developers/werner/cncmap/spool/spool CNGT=/home/qi/cae-tools/cngt/cngt -.PHONY: mill drill cng plot +.PHONY: mill drill cng plot dplot mill: PORT=/dev/ttyUSB0 \$(SPOOL) mill.rml @@ -49,9 +51,13 @@ drill: PORT=/dev/ttyUSB0 \$(SPOOL) drill.rml cng: - \$(CNGT) -56.1 20 mill.gp + \$(CNGT) -57.4 20 mill.gp plot: echo 'plot "drill.gp" with points, "mill.gp" with lines' | \ gnuplot -persist + +dplot: + echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \ + gnuplot -persist EOF