Date:2010-12-29 21:44:08 (13 years 2 months ago)
Author:Werner Almesberger
Commit:6f956290c33a331cf87299ec4530474f7b7cf0c9
Message:atusb/cam2/mkmk: double backslash to put into generated makefile

With one backslash, the newline was removed, so it still worked. It just
looked odd.
Files: atusb/cam2/mkmk (2 diffs)

Change Details

atusb/cam2/mkmk
88gerber 35mil ../atusb-PCB_Edges.gbr
99align 1 4.6mm 9.0mm # align relative to board corner
1010translate 3mm 3mm # move to PCB zone assigned to project
11array 20mm 37mm 0 1 # skip over previous boards
11array 20mm 37mm 1 1 # skip over previous boards
1212z 0 -58.9mm # board surface (tool fully retracted)
1313z 1.5mm # slack for extending the tool
1414z -0.8mm # board thickness
...... 
5454        \$(CNGT) -57.4 20 mill.gp
5555
5656plot:
57        echo 'plot "drill.gp" with points, "mill.gp" with lines' | \
57        echo 'plot "drill.gp" with points, "mill.gp" with lines' | \\
5858          gnuplot -persist
5959
6060dplot:
61        echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \
61        echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
6262          gnuplot -persist
6363
6464clean::

Archive Download the corresponding diff file



interactive