From 3328d2b2e782aacbdea0cd6db38c812ae2af9b9c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 22 Apr 2013 08:54:10 -0600 Subject: [PATCH] rename EasyMetrum to EasyMini --- Makefile | 20 ++++++++++---------- easymetrum.pcb => easymini.pcb | 4 ++-- easymetrum.sch => easymini.sch | 8 ++++---- project | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) rename easymetrum.pcb => easymini.pcb (99%) rename easymetrum.sch => easymini.sch (99%) diff --git a/Makefile b/Makefile index abba645..e90b883 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT=easymetrum +PROJECT=easymini AM=../altusmetrum SCHEME=$(AM)/scheme NICKLE=$(AM)/nickle @@ -49,15 +49,15 @@ $(PROJECT)-stencil.zip: $(PROJECT).gerb zip $@ $(PROJECT).toppaste.gbr $(PROJECT).outline.gbr $(PROJECT)-oshpark.zip: $(PROJECT).gerb - mv easymetrum.bottom.gbr bottom\ layer.ger - mv easymetrum.bottommask.gbr bottom\ solder\ mask.ger - mv easymetrum.bottomsilk.gbr bottom\ silk\ screen.ger - mv easymetrum.outline.gbr board\ outline.ger - mv easymetrum.top.gbr top\ layer.ger - mv easymetrum.topmask.gbr top\ solder\ mask.ger - mv easymetrum.topsilk.gbr top\ silk\ screen.ger - mv easymetrum.plated-drill.cnc drills.xln - zip easymetrum-oshpark.zip *.ger *.xln + mv easymini.bottom.gbr bottom\ layer.ger + mv easymini.bottommask.gbr bottom\ solder\ mask.ger + mv easymini.bottomsilk.gbr bottom\ silk\ screen.ger + mv easymini.outline.gbr board\ outline.ger + mv easymini.top.gbr top\ layer.ger + mv easymini.topmask.gbr top\ solder\ mask.ger + mv easymini.topsilk.gbr top\ silk\ screen.ger + mv easymini.plated-drill.cnc drills.xln + zip easymini-oshpark.zip *.ger *.xln clean: rm -f *.bom *.drc *.log *~ $(PROJECT).ps *.gbr $(PROJECT).gerb *.cnc *bak* *- *.zip diff --git a/easymetrum.pcb b/easymini.pcb similarity index 99% rename from easymetrum.pcb rename to easymini.pcb index 85e4db1..11b4d86 100644 --- a/easymetrum.pcb +++ b/easymini.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["EasyMetrum" 1500.00mil 800.00mil] +PCB["EasyMini" 1500.00mil 800.00mil] Grid[100.000000 0.0000 0.0000 0] Cursor[1.00mil 366.00mil 0.000000] @@ -1794,7 +1794,7 @@ Layer(4 "silk") ( Text[276.00mil 109.00mil 0 100 "Apogee" "clearline,onsolder"] Text[550.00mil 640.00mil 2 200 "+" "clearline,onsolder"] - Text[18.9415mm 743.39mil 0 150 "EasyMetrum" "clearline,onsolder"] + Text[18.9415mm 743.39mil 0 150 "EasyMini" "clearline,onsolder"] Text[28.5041mm 143.39mil 0 100 "v0.2" "clearline,onsolder"] Text[26.4037mm 70.20mil 0 90 "` 2013" "clearline,onsolder"] Text[476.00mil 792.00mil 0 100 "Battery" "clearline,onsolder"] diff --git a/easymetrum.sch b/easymini.sch similarity index 99% rename from easymetrum.sch rename to easymini.sch index 45c9b3f..fd7e7b0 100644 --- a/easymetrum.sch +++ b/easymini.sch @@ -605,8 +605,8 @@ value=MIC5205 } C 14800 10950 1 0 0 gnd.sym N 15900 12200 16200 12200 4 -T 26450 11900 9 40 1 0 0 0 1 -EasyMetrum +T 26850 11900 9 40 1 0 0 0 1 +EasyMini N 21500 22500 20500 22500 4 { T 21500 22550 5 10 1 1 0 6 1 @@ -1187,9 +1187,9 @@ T 28700 10500 9 10 1 0 0 0 1 T 30500 10500 9 10 1 0 0 0 1 0.2 T 25800 10500 9 10 1 0 0 0 1 -easymetrum.sch +easymini.sch T 25800 10200 9 10 1 0 0 0 1 -http://altusmetrum.org/EasyMetrum +http://altusmetrum.org/EasyMini C 17300 15100 1 270 0 battery.sym { T 18200 14800 5 10 0 1 270 0 1 diff --git a/project b/project index 49171ef..6a09b2a 100644 --- a/project +++ b/project @@ -1,10 +1,10 @@ # List all the schematics to be netlisted and laid out on the pc board -schematics easymetrum.sch +schematics easymini.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 easymetrum +output-name easymini elements-dir ../altusmetrum/packages -- 2.30.2