mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
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.
This commit is contained in:
@@ -8,7 +8,7 @@ mm
|
|||||||
gerber 35mil ../atusb-PCB_Edges.gbr
|
gerber 35mil ../atusb-PCB_Edges.gbr
|
||||||
align 1 4.6mm 9.0mm # align relative to board corner
|
align 1 4.6mm 9.0mm # align relative to board corner
|
||||||
translate 3mm 3mm # move to PCB zone assigned to project
|
translate 3mm 3mm # move to PCB zone assigned to project
|
||||||
array 20mm 37mm 0 1 # skip over previous boards
|
array 20mm 37mm 1 1 # skip over previous boards
|
||||||
z 0 -58.9mm # board surface (tool fully retracted)
|
z 0 -58.9mm # board surface (tool fully retracted)
|
||||||
z 1.5mm # slack for extending the tool
|
z 1.5mm # slack for extending the tool
|
||||||
z -0.8mm # board thickness
|
z -0.8mm # board thickness
|
||||||
@@ -54,11 +54,11 @@ cng:
|
|||||||
\$(CNGT) -57.4 20 mill.gp
|
\$(CNGT) -57.4 20 mill.gp
|
||||||
|
|
||||||
plot:
|
plot:
|
||||||
echo 'plot "drill.gp" with points, "mill.gp" with lines' | \
|
echo 'plot "drill.gp" with points, "mill.gp" with lines' | \\
|
||||||
gnuplot -persist
|
gnuplot -persist
|
||||||
|
|
||||||
dplot:
|
dplot:
|
||||||
echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \
|
echo 'plot "< sed /^\$\$/d drill.gp" with linespoints' | \\
|
||||||
gnuplot -persist
|
gnuplot -persist
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
|||||||
Reference in New Issue
Block a user