[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-206-ga17b67c)



The branch, master has been updated
       via  a17b67c07298e707fbfa2d10f8ec18c16b0b7482 (commit)
      from  3f89274f7493610059a70bd29ac26bbd28bc7958 (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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit a17b67c07298e707fbfa2d10f8ec18c16b0b7482
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Wed Oct 1 17:57:42 2008 +0100

    gnetlist / gsch2pcb: Fix default PCB board to have lines clear polys.
    
    This bad default keeps biting users of the gsch2pcb work-flow.

:100644 100644 e679058... a1f7b8b... M	gnetlist/scheme/gnet-gsch2pcb.scm.in

=========
 Changes
=========

commit a17b67c07298e707fbfa2d10f8ec18c16b0b7482
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Wed Oct 1 17:57:42 2008 +0100

    gnetlist / gsch2pcb: Fix default PCB board to have lines clear polys.
    
    This bad default keeps biting users of the gsch2pcb work-flow.

diff --git a/gnetlist/scheme/gnet-gsch2pcb.scm.in b/gnetlist/scheme/gnet-gsch2pcb.scm.in
index e679058..a1f7b8b 100644
--- a/gnetlist/scheme/gnet-gsch2pcb.scm.in
+++ b/gnetlist/scheme/gnet-gsch2pcb.scm.in
@@ -33,7 +33,7 @@
     (display "PCB(\"\" 6000 5000)\n" port)
     (display "Grid(10 0 0)\n" port)
     (display "Cursor(0 0 3)\n" port)
-    (display "Flags(0x000000d0)\n" port)
+    (display "Flags(0x000008d0)\n" port)
     (display "Groups(\"1,2,3,s:4,5,6,c:7:8:\")\n" port)
     (display "Styles(\"Signal,10,40,20:Power,25,60,35:Fat,40,60,35:Skinny,8,36,20\")\n" port)))
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs