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

Re: gEDA-user: Circular Board Outline



> Is there a way to create circular PCBs in gEDA? I tried adding
> connected arcs to the outline layer but these are ignored as it
> seems to require connected straight line segments.

I checked in a fix for this:

Index: print.c
===================================================================
RCS file: /cvsroot/pcb/pcb/src/print.c,v
retrieving revision 1.51
diff -p -U3 -r1.51 print.c
--- print.c     20 Apr 2007 11:31:13 -0000      1.51
+++ print.c     2 Jun 2008 03:33:21 -0000
@@ -296,7 +296,7 @@ PrintFab (void)
   for (i = 0; i < max_layer; i++)
     {
       LayerType *l = LAYER_PTR (i);
-      if (l->Name && l->LineN)
+      if (l->Name && (l->LineN || l->ArcN))
        {
          if (strcasecmp ("route", l->Name) == 0)
            break;



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