X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=o2df151mX9kq2E2xH6x8HoOvLCHal35dvAetVEAH33c=; b=a1yo5jbHFX41Z89zswqcKFKWSFvSLLxop7WcrvWtowEofDNjeCcvicEc23yGChav46 ZtPOv/1hcllgvfRjaBTh7GOhjSASt5A3ZsU9+WvQKhw1EWJANJHLFjdSc1+vFO7VTXrG n7ejFQhkQTu1eqcr0is7KCPJiLMtaLD/MZZdEVlYVaNgD0OGqj+SEIgHQjJtCNRdsVh0 ks273NRUj06hbxEnxGBpEGY4vVTBcYAXuupfrYFg9+y434RKthUcOd943AafzjrBE4ju 3lWmBx2RHbh8PyQSe8yl2XHmfEgBqWBJwbql7XfDJtp1vTS5eUJOmOXIo6yzRPZ5IIew p4YQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=o2df151mX9kq2E2xH6x8HoOvLCHal35dvAetVEAH33c=; b=ESz1ja3DoGJ1tD5wTIE8uqSHdTLUdq6z4/RywxTwJHR+4lYzF0ZDumzCcq3CVcGV0k OaqYX90zKgTjq8v45Ts5MtvWp499BN3q0xWR50umLN5L8A5rSiHmhUq83PHffhfyP91j /JCPJm37OUQ75co5FlwslteZlppuAo6lJ3QYgy950Ja3gNobdG78QR9nZsT/ZDeuXy1W owmeUnJ648jjOKHK7UrmC8gr7RMV5CQEckN0a3Prvw94/zpPlnwErFu9henaJGegswgu SS/3AnaYlKjy9R8YGKY49F+iH12aPY58AprqpV++KygNrUNAqncuRDlNfhOxl95YIiE6 84VA== X-Gm-Message-State: APjAAAVh4Nqty5M17HpTrzda/QwEed1rp/EMBY5+RhZ3u3533xbXexpV Un5sk7W9bIG+GJ7xFVCNJtQnYo0zmelICJXwFJwQWQ== X-Google-Smtp-Source: APXvYqzs3XdXsthpE1uem97HYt/pr/Zc9ZTFrM3mWpUHYYl/mu5zgV1yM/IdsAzGVAdJo+8dW8iVedIYBVKUG60yluo= X-Received: by 2002:a25:1d7:: with SMTP id 206mr15230674ybb.165.1558786232916; Sat, 25 May 2019 05:10:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sat, 25 May 2019 21:40:19 +0930 Message-ID: Subject: Re: [geda-help] copy/paste sections of a PCB? To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000b19dcf0589b5333d" Reply-To: geda-help AT delorie DOT com --000000000000b19dcf0589b5333d Content-Type: text/plain; charset="UTF-8" I suspect that the plugin error in pcb-rnd relates to opening a file format (i.e. eagle binary format or eagle XML format) for which native save in the same format is not supported. Similarly, opening protel autotrax format layouts will let you save as autotrax, but i am not sure how the subc format export behaves without checking. If you save the layout in pcb-rnd (.lht) format, and then save portions of it as subcircuits, it should behave. IIRC, kicad legacy format lets you save subcircuits ( = module in kicad) in the kicad legacy format, but i have not tried kicad xml module save lately. The main advantage of pcb-rnd subcircuits is that they can contain arbitrary amounts of text objects, polygons and arcs on copper and in silk - there is no special casing for different element types in subcircuits in .lht format, as opposed to the more constrained .fp format which restricts what can go where. Regards, Erich On Sat, 25 May 2019 09:59 Christopher Nielsen (chris AT zorinco DOT com) [via geda-help AT delorie DOT com], wrote: > > Hi all, > > Is there any way of copying sections of a PCB to another PCB using 'pcb' > or 'pcb-rnd'? All attempts failed and searching didn't turn up anything. > I'm trying to copy a section of a PCB containing a connector, traces and a > couple chip footprints... > > With pcb-rnd, I got cryptic errors. Like I tried this: > - select area > - CNTL C > - buffer: conver buffer to subcircuit > - buffer: save subcircuit to file > .... can't save more than one subciruit from a buffer io errror none of > io plugins could successfully write the file > > > No idea what plugins it's talking about or what multiple it means (unless > it means multiple footprints in the selection. > > Surprised it's difficult. It seems copying sections, like a power supply > area would be a common need... > > Anyone have a trick? > > Thanks! > -C > > > -- > Christopher Nielsen chris AT ZORINco DOT com http://ZORINco.com > > --000000000000b19dcf0589b5333d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I suspect that the plugin error in pcb-rnd relates to ope= ning a file format (i.e. eagle binary format or eagle XML format) for which= native save in the same format is not supported. Similarly, opening protel= autotrax format layouts will let you save as autotrax, but i am not sure h= ow the subc format export behaves without checking. If you save the layout = in pcb-rnd (.lht) format, and then save portions of it as subcircuits, it s= hould behave. IIRC, kicad legacy format lets you save subcircuits ( =3D mod= ule in kicad) in the kicad legacy format, but i have not tried kicad xml mo= dule save lately. The main advantage of pcb-rnd subcircuits is that they ca= n contain arbitrary amounts of text objects, polygons and arcs on copper an= d in silk - there is no special casing for different element types in subci= rcuits in .lht format, as opposed to the more constrained .fp format which = restricts what can go where.

R= egards,

Erich

On Sa= t, 25 May 2019 09:59 Christopher Nielsen (chris AT zorinco DOT com) [via ge= da-help AT delorie DOT com], <geda= -help AT delorie DOT com> wrote:
Hi all,

Is there any way of copying sections of a PCB to another PCB using 'pcb= '
or 'pcb-rnd'? All attempts failed and searching didn't turn up = anything.
I'm trying to copy a section of a PCB containing a connector, traces an= d a
couple chip footprints...

With pcb-rnd, I got cryptic errors. Like I tried this:
- select area
- CNTL C
- buffer: conver buffer to subcircuit
- buffer: save subcircuit to file
.... can't save more than one subciruit from a buffer=C2=A0 =C2=A0io er= rror=C2=A0 none of
io plugins could successfully write the file


No idea what plugins it's talking about or what multiple it means (unle= ss
it means multiple footprints in the selection.

Surprised it's difficult. It seems copying sections, like a power suppl= y
area would be a common need...

Anyone have a trick?

Thanks!
-C


--
Christopher Nielsen=C2=A0 =C2=A0 chris AT ZORINco DOT com=C2=A0 =C2=A0 http://= ZORINco.com

--000000000000b19dcf0589b5333d--