Date:2011-03-14 07:29:33 (13 years 4 days ago)
Author:Werner Almesberger
Commit:bdfed80aab11235e1b67f90a43c71ee2a589d3e8
Message:atben: use mlztx to copy the version number to the silk screen

- Makefile (mlztx): new target to update the version number on the silk
screen
- atben.brd: duplicated the version number on the silk screen
Files: atben/Makefile (2 diffs)
atben/atben.brd (1 diff)

Change Details

atben/Makefile
11PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones
2MLZTX = ../../eda-tools/mlztx/mlztx
23
34NAME = atben
45VERSION = 110219
...... 
3031back: $(NAME)-Back.ps
3132        lpr $<
3233
34# Copy text from front copper to front silk screen
35
36mlztx:
37        $(MLZTX) -i $(NAME).brd 15 21
38
3339# --- Industrial production ---------------------------------------------------
3440
3541PCB_FILES = README-PCB $(NAME)-PCB_Edges.dxf $(NAME).drl \
atben/atben.brd
2500250054420 28847 61840 28847
25012501$endFILLSEGMENTS
25022502$endCZONE_OUTLINE
2503$TEXTPCB
2504Te "110219"
2505Po 51950 30550 400 400 70 900
2506De 21 1 0 Normal
2507$EndTEXTPCB
25032508$EndBOARD

Archive Download the corresponding diff file



interactive