[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-62-gdc5914e)
The branch, master has been updated
via dc5914e6538ad26336e6f3637609b1edf61413f8 (commit)
from 7d707745cef867c7386eedba80a113a70ed8823d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gnetlist/scheme/gnet-gsch2pcb.scm.in | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
=================
Commit Messages
=================
commit dc5914e6538ad26336e6f3637609b1edf61413f8
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>
Update default layer stack.
Changes to layer stack and names to match PCB.
:100644 100644 ad9446d... e059730... M gnetlist/scheme/gnet-gsch2pcb.scm.in
=========
Changes
=========
commit dc5914e6538ad26336e6f3637609b1edf61413f8
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>
Update default layer stack.
Changes to layer stack and names to match PCB.
diff --git a/gnetlist/scheme/gnet-gsch2pcb.scm.in b/gnetlist/scheme/gnet-gsch2pcb.scm.in
index ad9446d..e059730 100644
--- a/gnetlist/scheme/gnet-gsch2pcb.scm.in
+++ b/gnetlist/scheme/gnet-gsch2pcb.scm.in
@@ -39,7 +39,7 @@
(display "Thermal[0.500000]\n" port)
(display "DRC[1000 1000 1000 1000 1500 1000]\n" port)
(display "Flags(\"nameonpcb,uniquename,clearnew,snappin\")\n" port)
- (display "Groups(\"1,c:2,s:3:4:5:6:7:8\")\n" port)
+ (display "Groups(\"1,c:2:3:4:5:6,s:7:8\")\n" port)
(display "Styles[\"Signal,1000,3600,2000,1000:" port)
(display "Power,2500,6000,3500,1000:" port)
(display "Fat,4000,6000,3500,1000:" port)
@@ -50,14 +50,14 @@
;;
(define gsch2pcb:write-bottom-footer
(lambda (port)
- (display "Layer(1 \"component\")\n(\n)\n" port)
- (display "Layer(2 \"solder\")\n(\n)\n" port)
- (display "Layer(3 \"outline\")\n(\n)\n" port)
- (display "Layer(4 \"GND\")\n(\n)\n" port)
+ (display "Layer(1 \"top\")\n(\n)\n" port)
+ (display "Layer(2 \"ground\")\n(\n)\n" port)
+ (display "Layer(3 \"signal2\")\n(\n)\n" port)
+ (display "Layer(4 \"signal3\")\n(\n)\n" port)
(display "Layer(5 \"power\")\n(\n)\n" port)
- (display "Layer(6 \"signal1\")\n(\n)\n" port)
- (display "Layer(7 \"signal2\")\n(\n)\n" port)
- (display "Layer(8 \"signal3\")\n(\n)\n" port)
+ (display "Layer(6 \"bottom\")\n(\n)\n" port)
+ (display "Layer(7 \"outline\")\n(\n)\n" port)
+ (display "Layer(8 \"spare\")\n(\n)\n" port)
(display "Layer(9 \"silk\")\n(\n)\n" port)
(display "Layer(10 \"silk\")\n(\n)" port)
(newline port)))
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs