Mail Archives: geda-user/2015/01/23/16:48:54
Hello John,
John Doty schreef op vr 23-01-2015 om 13:23 [-0700]:
> On Jan 23, 2015, at 3:43 AM, Richard Rasker <rasker AT linetec DOT nl> wrote:
>
> > Apparently, my schematic contains off-page connectors
> ...
> I suspect you have some graphical symbols (titleblock, busripper, …) that have somehow lost their graphical=1 attribute.
>
> You can make a list of all symbols used by a design with something like:
>
> awk '/^C /{print $7}' *.sch | sort | uniq
>
> Look for symbols that don’t represent components and track those down.
> The rules are a bit arcane: power rail symbols like gnd-1.sym don’t
> need graphical=1.
Hmm, all busrippers and the titleblock have their graphical=1 attribute
properly set, and yet there's obviously some symbol that is causing
trouble -- if I delete a certain part of the schematic containing a few
dozen symbols, the message doesn't come up any more.
I'll make a test copy of my work and remove symbols bit by bit, and see
which one is causing this behaviour. If it's nothing obvious (in
hindsight), I'll report back.
Thanks so far for the hints -- I hate not knowing what's going on :-)
Best regards,
Richard Rasker
- Raw text -