X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=OdYjIqSNIM/f2IptvM/c3uNzT/1GHih0ROAaCfCzen8=; b=pu5XY0dMTVc35S3ZxRJ2jNTg37FVACVY6RZQtifpfmY2DoFB2YZjWlbU3xDJZ5uCKu WqK5jAVPY2a4bYNjUP1iUMammBpD4D9rQ3P8uC7YGAzRYu02PlGjntOabtwmvJ3Voovi /8ZxgfwfiQfux1OQwjyUW34ryr9UiQVEGEdabb8DOTrGfXFeLLZsaN7vP9JWYR/A0w/z b81Q420GLtzdKZrBkBAgIdHm2ydPOiaGPXUt7gTKF6VGYiu5m1DTe9MuWOPdizmZ1eDE Uj+jiMKiPrTk8WWBfVu6APld3DHUpoHCaQycJcsMzAnXfndpmbHJDbRr80cC/yMrMNBF 7iTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=OdYjIqSNIM/f2IptvM/c3uNzT/1GHih0ROAaCfCzen8=; b=mNsNJ6NPXxJm7tv1qY1fOnprskgwjiT3d038w2jQVrYomaWS+O7Z4blrIQqC1CMZ/C Hyxnpi35mVoXcBzCtm6WBTGG6GpbAglQEmvagPaghdO1jp1b44TJ12nTr50dDo97wwV4 ENqsePDf0SWzPMoVaZOWQVJoSmtRZ3kzYbbn5PgJarLpIM7ksYd5SWCYOob1nzwGSOy4 uqNhM76GnTdxhBMKgAbP9DBRa6Kx2n61bB8A+naLltmzMVhCHg7ZyVmvf91h5vI/Z2GQ RrOQ4MHY49qeuSi5jhN2nJIwOJ0oW81vSqXeoWjE6ntoebeh11Z8Wwl7pyV6s46ucs2u LYxQ== X-Gm-Message-State: APjAAAV9S6gcpbGkqAZYPGj95VM37tTaYrYFgeC+izLell0JWEgRbvU5 b8WATvhTMWzOfsI/NuM7ozHEmNaQ X-Google-Smtp-Source: APXvYqzH8rDUGmN81DYCv5AwGRiKxuxS7OPBC0edbDSDhTCn9dIOTAY2WHskFt5pXAdS4wWDdBVfUA== X-Received: by 2002:ac2:44a9:: with SMTP id c9mr15544858lfm.26.1574542113223; Sat, 23 Nov 2019 12:48:33 -0800 (PST) Date: Sat, 23 Nov 2019 21:48:31 +0100 From: "N (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb-rnd, Igor done a good job (oval pin, "/" hierarchy symbol) Message-Id: <20191123214831.4ec730edbe0d7db14c0ddd9a@gmail.com> In-Reply-To: References: <20191121195120 DOT fad187f38591b4259c697452 AT gmail DOT com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Think I figured out oval pad but are not able to add the subcircuit files in library as a footprint to the layout then running gsch2pcb-rnd and it seems gsch2pcb-rnd does not complain about missing footprint, as I use hierachy there is also many warnings in gsch2pcb-rnd which are not there then running ordinary gsch2pcb but these are just an annoyance. It might be as simple as I use illegal "/" character as hierachy separator. Then using verbose output flag "-v" I could see ordinary gsch2pcb run the folling commands: gnetlist -g pcbpins -o Mcu3phase.lht.cmd Mcu3phase.sch gnetlist -g PCB -o Mcu3phase.lht.net Mcu3phase.sch gnetlist -g gsch2pcb -o Mcu3phase.lht.new.pcb -m gnet-gsch2pcb-tmp.scm Mcu3phase.sch While gsch2pcb-rnd just invoke this: "gnetlist" "-L" "/usr/lib/pcb-rnd" "-g" "pcbrndfwd" "-o" "Mcu3phase.lht.cmd" "Mcu3phase.sch" I have done a visual compare of the files "gnet-gsch2pcb.scm" with "gnet-pcbrndfwd.scm" but they to different I could immediately figure what might be wrong. I do not know what the gsch2pcb(-rnd) files do more than invoking gnetlist. On Fri, 22 Nov 2019 10:06:23 +1030 "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > Oops, copy and paste error > > The example of oval padstacks for a valve with arbitrarily rotated pads, > and silk layer text within the footprint/subcircuit: > > http://repo.hu/cgi-bin/pool.cgi?cmd=show&node=pstk_valve > > On Fri, 22 Nov 2019 09:09 Erich Heinzle, wrote: > > > In addition to round, obround and rectangular pads, there are some > > tutorials discussing oval shapes +/- arbitrary rotation in padstacks > > > > http://repo.hu/cgi-bin/pool.cgi?cmd=show&node=slot_ann > > > > And the use of slots in padstacks > > > > http://repo.hu/cgi-bin/pool.cgi?cmd=show&node=slot_ann > > > > Regards, > > > > Erich > > > > On Fri, 22 Nov 2019 06:00 N (nicklas DOT karlsson17 AT gmail DOT com) [via > > geda-user AT delorie DOT com], wrote: > > > >> Need to use an oval pin and decided it was time to used pcb-rnd instead > >> of pcb. First impression is Igor did a really good work. > >> > >> Did not yet figure out how to add pin with oval plated thru hole and > >> howto change "/" hierachy symbol but guess it will not be to hard. > >> > >> > >> Regards nicklas.karlsson