From a4cd2624abe07bf3bee5e677fc1a5e05b8f211f2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 22 Apr 2013 09:35:10 -0600 Subject: [PATCH] rename MegaMetrum to TeleMega --- Makefile | 70 +++++++++++++++++----------------- project | 4 +- megametrum.pcb => telemega.pcb | 4 +- megametrum.sch => telemega.sch | 8 ++-- 4 files changed, 43 insertions(+), 43 deletions(-) rename megametrum.pcb => telemega.pcb (99%) rename megametrum.sch => telemega.sch (99%) diff --git a/Makefile b/Makefile index 2a1ad72..b8fc1ac 100644 --- a/Makefile +++ b/Makefile @@ -1,23 +1,23 @@ # intentionally want to rebuild drc and bom on every invocation all: drc partslist partslist.csv pcb -drc: megametrum.sch Makefile - -gnetlist -g drc2 megametrum.sch -o megametrum.drc +drc: telemega.sch Makefile + -gnetlist -g drc2 telemega.sch -o telemega.drc -partslist: megametrum.sch Makefile - gnetlist -g bom -o megametrum.unsorted megametrum.sch - head -n1 megametrum.unsorted > partslist - tail -n+2 megametrum.unsorted | sort >> partslist - rm -f megametrum.unsorted +partslist: telemega.sch Makefile + gnetlist -g bom -o telemega.unsorted telemega.sch + head -n1 telemega.unsorted > partslist + tail -n+2 telemega.unsorted | sort >> partslist + rm -f telemega.unsorted -partslist.csv: megametrum.sch Makefile +partslist.csv: telemega.sch Makefile gnetlist -L ../altusmetrum/scheme -g partslistgag \ - -o megametrum.unsorted megametrum.sch - head -n1 megametrum.unsorted > partslist.csv - tail -n+2 megametrum.unsorted | sort -t \, -k 8 >> partslist.csv - rm -f megametrum.unsorted + -o telemega.unsorted telemega.sch + head -n1 telemega.unsorted > partslist.csv + tail -n+2 telemega.unsorted | sort -t \, -k 8 >> partslist.csv + rm -f telemega.unsorted -pcb: megametrum.sch project Makefile +pcb: telemega.sch project Makefile gsch2pcb project # note that 'gschlas -e foo.sch' will embed all symbols in the schematic, this @@ -35,33 +35,33 @@ pcb: megametrum.sch project Makefile push: git push --mirror -megametrum.xy: megametrum.pcb - pcb -x bom megametrum.pcb +telemega.xy: telemega.pcb + pcb -x bom telemega.pcb -megametrum.bottom.gbr: megametrum.pcb - pcb -x gerber megametrum.pcb +telemega.bottom.gbr: telemega.pcb + pcb -x gerber telemega.pcb -zip: megametrum.bottom.gbr megametrum.bottommask.gbr megametrum.fab.gbr megametrum.top.gbr megametrum.topmask.gbr megametrum.toppaste.gbr megametrum.topsilk.gbr megametrum.group2.gbr megametrum.group3.gbr megametrum.plated-drill.cnc megametrum.xy Makefile # megametrum.xls - zip megametrum.zip megametrum.*.gbr megametrum.*.cnc megametrum.xy # megametrum.xls +zip: telemega.bottom.gbr telemega.bottommask.gbr telemega.fab.gbr telemega.top.gbr telemega.topmask.gbr telemega.toppaste.gbr telemega.topsilk.gbr telemega.group2.gbr telemega.group3.gbr telemega.plated-drill.cnc telemega.xy Makefile # telemega.xls + zip telemega.zip telemega.*.gbr telemega.*.cnc telemega.xy # telemega.xls -oshpark: megametrum.bottom.gbr megametrum.bottommask.gbr megametrum.top.gbr megametrum.topmask.gbr megametrum.topsilk.gbr megametrum.plated-drill.cnc - mv megametrum.bottom.gbr bottom\ layer.ger - mv megametrum.bottommask.gbr bottom\ solder\ mask.ger - mv megametrum.bottomsilk.gbr bottom\ silk\ screen.ger - mv megametrum.outline.gbr board\ outline.ger - mv megametrum.top.gbr top\ layer.ger - mv megametrum.topmask.gbr top\ solder\ mask.ger - mv megametrum.topsilk.gbr top\ silk\ screen.ger - mv megametrum.plated-drill.cnc drills.xln - mv megametrum.group2.gbr internal\ plane\ 1.ger - mv megametrum.group3.gbr internal\ plane\ 2.ger - zip megametrum-oshpark.zip *.ger *.xln +oshpark: telemega.bottom.gbr telemega.bottommask.gbr telemega.top.gbr telemega.topmask.gbr telemega.topsilk.gbr telemega.plated-drill.cnc + mv telemega.bottom.gbr bottom\ layer.ger + mv telemega.bottommask.gbr bottom\ solder\ mask.ger + mv telemega.bottomsilk.gbr bottom\ silk\ screen.ger + mv telemega.outline.gbr board\ outline.ger + mv telemega.top.gbr top\ layer.ger + mv telemega.topmask.gbr top\ solder\ mask.ger + mv telemega.topsilk.gbr top\ silk\ screen.ger + mv telemega.plated-drill.cnc drills.xln + mv telemega.group2.gbr internal\ plane\ 1.ger + mv telemega.group3.gbr internal\ plane\ 2.ger + zip telemega-oshpark.zip *.ger *.xln -stencil: megametrum.bottom.gbr megametrum.toppaste.gbr megametrum.outline.gbr - zip megametrum-stencil.zip megametrum.toppaste.gbr megametrum.outline.gbr +stencil: telemega.bottom.gbr telemega.toppaste.gbr telemega.outline.gbr + zip telemega-stencil.zip telemega.toppaste.gbr telemega.outline.gbr clean: - rm -f *.bom *.drc *.log *~ megametrum.ps *.gbr *.cnc *bak* *- *.zip + rm -f *.bom *.drc *.log *~ telemega.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd *.png partslist partslist.csv *.ger *.xln - rm -f *.partslist *.new.pcb *.unsorted megametrum.xls + rm -f *.partslist *.new.pcb *.unsorted telemega.xls diff --git a/project b/project index e078f87..3dc6d8c 100644 --- a/project +++ b/project @@ -1,10 +1,10 @@ # List all the schematics to be netlisted and laid out on the pc board -schematics megametrum.sch +schematics telemega.sch # for an output-name of foo, gsch2pcb generates files foo.net, foo.pcb, # and foo.new.pcb. if there is no output name specified, the file names # are derived from the first listed schematic... -output-name megametrum +output-name telemega elements-dir ../altusmetrum/packages diff --git a/megametrum.pcb b/telemega.pcb similarity index 99% rename from megametrum.pcb rename to telemega.pcb index db6c2db..3849a40 100644 --- a/megametrum.pcb +++ b/telemega.pcb @@ -3,7 +3,7 @@ # To read pcb files, the pcb version (or the git source date) must be >= the file version FileVersion[20091103] -PCB["MegaMetrum" 3250.00mil 1250.00mil] +PCB["TeleMega" 3250.00mil 1250.00mil] Grid[100.000000 0.0000 0.0000 0] Cursor[9.00mil 164.00mil 0.000000] @@ -4112,7 +4112,7 @@ Layer(6 "silk") Line[444.00mil 137.00mil 444.00mil 160.00mil 10.00mil 20.00mil "clearline"] Line[344.00mil 137.00mil 444.00mil 137.00mil 10.00mil 20.00mil "clearline"] Line[344.00mil 160.00mil 344.00mil 137.00mil 10.00mil 20.00mil "clearline"] - Text[2031.00mil 1191.00mil 0 200 "MegaMetrum v0.3" "clearline,onsolder"] + Text[2031.00mil 1191.00mil 0 200 "TeleMega v0.3" "clearline,onsolder"] Text[77.5077mm 1005.20mil 3 100 "` 2013 Bdale Garbee KB0G" "onsolder"] Text[1415.00mil 297.00mil 0 100 "companion" "clearline,onsolder"] Text[396.00mil 1238.00mil 3 150 "switch" "clearline,onsolder"] diff --git a/megametrum.sch b/telemega.sch similarity index 99% rename from megametrum.sch rename to telemega.sch index b157ad2..47627d0 100644 --- a/megametrum.sch +++ b/telemega.sch @@ -83,8 +83,8 @@ T 82500 47800 9 10 1 0 0 0 2 70CM Antenna C 50700 60000 1 0 1 gnd.sym -T 78400 41900 9 30 1 0 0 0 1 -MegaMetrum +T 79000 41900 9 30 1 0 0 0 1 +TeleMega N 51500 50200 53600 50200 4 { T 53200 50300 5 10 1 1 0 0 1 @@ -185,9 +185,9 @@ T 80000 40400 9 10 1 0 0 0 1 T 80600 40400 9 10 1 0 0 0 1 1 T 77700 40400 9 10 1 0 0 0 1 -megametrum.sch +telemega.sch T 77700 40100 9 10 1 0 0 0 1 -http://altusmetrum.com/ +http://altusmetrum.com/TeleMega N 70700 70200 71900 70200 4 { T 70700 70300 5 10 1 1 0 0 1 -- 2.30.2