www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/11/10/13:57:30

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=20120113;
h=subject:to:references:from:message-id:date:user-agent:mime-version
:in-reply-to;
bh=cVj0ulEbFRexRoI135p1z8doxjd8mcPlnRfyEBTIev0=;
b=i5ivQSSmjC1u3YhgF+b2edvbWYwd1feSfT41TI5KGP5AlZKNsUklkWO6AUfObpN+Ns
32LeWXI0lbyQO6/i9Y2Pk1VtDXIACkx3AMbc1lMlJHeGfzfm3lPWmmG4/Hfbn4e7Dto9
fyNG0ul/ir561bZh1q43VmJToQVMZx4yHmz/SqeBSsMKl9OL9VfcAeXwGD/bCAsPnsYp
HdRC4hPxl1BoxxE9IVKnA2L6I2gydsr7OgsKKF5YUYmKQDoQ1kppKPmE8xptuvUGUpzK
AhRvvnZLs3Ajzh7RuptHJlsdh6lon5iM3vI8AY6bWZDXxj8XKCBun0NDioIVGln3w9vL
17vA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:subject:to:references:from:message-id:date
:user-agent:mime-version:in-reply-to;
bh=cVj0ulEbFRexRoI135p1z8doxjd8mcPlnRfyEBTIev0=;
b=kYiOX4FRgrpx++e+q6Qb/ZAt2MqeVruxZmFSOKjvmgoPIZ4nbfSwFj9KDjMA4X9LO6
X+HAdg/I89XLLyFbPTmeYd+iN7XpCxV0VUKobz47+s1vG4ID38XXd8bUWyvLWdbPhfvL
sX1KE/favBhkTPLLFHJuh/38GPbQX5KxvGN/WPbseVkXFNfg6Q/686KNApZw3IWmbFcB
HUj5nfF6m5UwbsCPrtAhXUi9+q68IGoKE8OHBA7+urlxuY+RbxjCbJ/sOyC1gOeiEYjK
Jnbx5zdflhw8lBsgyYFFYqYN2A1hEBw/QAKPLKYQssCYZFwblp835Yo0mpbwKCYXg3sY
oU3A==
X-Gm-Message-State: ABUngvd59HSX9bkA5ay4r2wNttgDm9Amu8mlH9nK72UK4CxnakBmwkFMXKWOmBK0DUrw/w==
X-Received: by 10.98.29.205 with SMTP id d196mr12652045pfd.111.1478804116968;
Thu, 10 Nov 2016 10:55:16 -0800 (PST)
Subject: Re: [geda-user] [pcb-rnd] 6 more import/export plugins + call for
testers
To: geda-user AT delorie DOT com
References: <alpine DOT DEB DOT 2 DOT 00 DOT 1610161008090 DOT 7286 AT igor2priv>
From: "Charles Repetti (charlie94965 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Message-ID: <90007773-e175-d8e6-361f-13f618bced10@gmail.com>
Date: Thu, 10 Nov 2016 10:55:14 -0800
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0)
Gecko/20100101 Thunderbird/45.4.0
MIME-Version: 1.0
In-Reply-To: <alpine.DEB.2.00.1610161008090.7286@igor2priv>
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

This is a multi-part message in MIME format.
--------------D5D83FEF1D3D32A5F783ACCA
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

Igor2

I contributed the Stipple <http://www.sandpiper-inc.com/stipple/html/> 
plugin, which I find indispensable for flexible circuit boards and 
capacitive touch sensors (features not found in KiCad). If I can find 
time for a test of your branch with my plugin I'll let you know I've 
verified it.

Charlie

On 10/16/16 1:32 AM, gedau AT igor2 DOT repo DOT hu wrote:
> Hi all,
>
> I have plans to clean up the core code a bit, including the internal 
> data representation. (This would be the second step to solve those old 
> problems like "copper text/arc/anything in element", "b/b vias", 
> "polyon pads", "pad stack", "better representation of physical 
> layers", etc. But this mail is not about those.)
>
> Once I start that clean up, it'll be harder to port mainline HIDs to 
> pcb-rnd, so I decided to port all the plugins/exporters available now 
> - 10 feature plugins last week, and 6 import/export modules this week:
>  - dsn export (specctra, for autorouting)
>  - dsn import (used to be part of the dsn export HID)
>  - openscad export (3d, original name: scad HID)
>  - dxf export (3d/mech cad)
>  - breadboard export
>  - ipcd356 export (automated electrical testing)
>
> If you need any of these features then I need your help: please read on.
>
> The full list with current states:
>
> http://repo.hu/projects/pcb-rnd/features/oldplugins.html
>
> They all compile now so they are no longer blocking the future 
> cleanings - that was the initial goal of porting them. However, I am 
> not sure they are working properly or whether any user would use these 
> at all. This means all these new plugins are in a frozen state until 
> user demand appears.
>
> Dear gEDA user, if you are interested in using any if these exporters 
> please contact me, because we need to do some testing and potentially 
> some bugfixing and improvements. If there's actual user demand (and 
> resources to test) behind any of these exporters, I believe I could 
> get them properly working in a matter of 1..2 weeks.
>
> If there's no user demand, I'd just keep them in their current state: 
> compilable but who-knows-if-really-works, constantly forward porting 
> during the clean ups.
>
> Regards,
>
> Igor2


--------------D5D83FEF1D3D32A5F783ACCA
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Igor2<br>
    </p>
    <p>I contributed the <a
        href="http://www.sandpiper-inc.com/stipple/html/">Stipple</a>
      plugin, which I find indispensable for flexible circuit boards and
      capacitive touch sensors (features not found in KiCad). If I can
      find time for a test of your branch with my plugin I'll let you
      know I've verified it.<br>
    </p>
    <p>Charlie<br>
    </p>
    <div class="moz-cite-prefix">On 10/16/16 1:32 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:gedau AT igor2 DOT repo DOT hu">gedau AT igor2 DOT repo DOT hu</a> wrote:<br>
    </div>
    <blockquote cite="mid:alpine DOT DEB DOT 2 DOT 00 DOT 1610161008090 DOT 7286 AT igor2priv"
      type="cite">Hi all,
      <br>
      <br>
      I have plans to clean up the core code a bit, including the
      internal data representation. (This would be the second step to
      solve those old problems like "copper text/arc/anything in
      element", "b/b vias", "polyon pads", "pad stack", "better
      representation of physical layers", etc. But this mail is not
      about those.)
      <br>
      <br>
      Once I start that clean up, it'll be harder to port mainline HIDs
      to pcb-rnd, so I decided to port all the plugins/exporters
      available now - 10 feature plugins last week, and 6 import/export
      modules this week:
      <br>
       - dsn export (specctra, for autorouting)
      <br>
       - dsn import (used to be part of the dsn export HID)
      <br>
       - openscad export (3d, original name: scad HID)
      <br>
       - dxf export (3d/mech cad)
      <br>
       - breadboard export
      <br>
       - ipcd356 export (automated electrical testing)
      <br>
      <br>
      If you need any of these features then I need your help: please
      read on.
      <br>
      <br>
      The full list with current states:
      <br>
      <br>
      <a class="moz-txt-link-freetext" href="http://repo.hu/projects/pcb-rnd/features/oldplugins.html">http://repo.hu/projects/pcb-rnd/features/oldplugins.html</a>
      <br>
      <br>
      They all compile now so they are no longer blocking the future
      cleanings - that was the initial goal of porting them. However, I
      am not sure they are working properly or whether any user would
      use these at all. This means all these new plugins are in a frozen
      state until user demand appears.
      <br>
      <br>
      Dear gEDA user, if you are interested in using any if these
      exporters please contact me, because we need to do some testing
      and potentially some bugfixing and improvements. If there's actual
      user demand (and resources to test) behind any of these exporters,
      I believe I could get them properly working in a matter of 1..2
      weeks.
      <br>
      <br>
      If there's no user demand, I'd just keep them in their current
      state: compilable but who-knows-if-really-works, constantly
      forward porting during the clean ups.
      <br>
      <br>
      Regards,
      <br>
      <br>
      Igor2
      <br>
    </blockquote>
    <br>
  </body>
</html>

--------------D5D83FEF1D3D32A5F783ACCA--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019