mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:14:06 +02:00
makefiles/Makefile.kicad: changed eda-tools/gerber/ to eda-tools/fab/
This commit is contained in:
parent
377bbe92f5
commit
ee4c70b95f
@ -20,8 +20,8 @@
|
||||
|
||||
PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones
|
||||
CPTX = ../../eda-tools/mlztx/cptx
|
||||
GMERGE = ../../eda-tools/gerber/gmerge
|
||||
PRETTYGERBV=../../eda-tools/gerber/prettygerbv
|
||||
GMERGE = ../../eda-tools/fab/gmerge
|
||||
PRETTYGERBV=../../eda-tools/fab/prettygerbv
|
||||
|
||||
DIR = $(shell pwd | sed 's|.*/||')
|
||||
|
||||
@ -107,6 +107,9 @@ gerbv:
|
||||
$(NAME)-Mask_Back.gbs \
|
||||
$(NAME)-Back.gbl
|
||||
|
||||
$(NAME)Front.pos:
|
||||
pcbnew --pos --origin=abs $(BRD)
|
||||
|
||||
upload:
|
||||
qippl fab/$(NAME)-pcb-$(VERSION).tar.gz \
|
||||
fab/$(NAME)-pcb-$(VERSION).zip wpan/fab
|
||||
|
Loading…
Reference in New Issue
Block a user