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=mime-version:from:date:message-id:subject:to; bh=RyO0Umr2GPqnXUgOctF9s6IJdxarfO38ilTRNAlTEUI=; b=IJBQF3YUE1j6dubmMQLmBitAk0ZC59hVLnnbpRuQCF7vjOzoIrglHKfyO5NansxW6S JNdTY2ykWTAZ79WHGncAw65XG73j0kSGMZXHkUiqzw8fneKFIvlZfbxWKM8uD6x7sfto DTB+txjjEw1ISeqYKYxUWgLnuQmqPflAXFwPLLihJp7AE+Bafd68SzazNh2NOjk1Uigh ALDYGq9cUwDsuVw1ge64N7XzJgtE5YqG3uUy2tsRD3VNNjjDW2Oy3Oab4f2UJbpYx3kf gATxc1XjOY/WH8og9VR4PtG5p22BfeEMl/CStG/zIIGgMvKgbZKd9lUwK0QDn5nnpPd9 mWHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RyO0Umr2GPqnXUgOctF9s6IJdxarfO38ilTRNAlTEUI=; b=TPBE0fPyM7XYHGH/MKdurkh1LZiaUjjqKKjw4fikB7dsxOjFzuZrxIVCuQwTJmljs5 q4W821I9qYjTiP+xvomH7rg/FdcdlwuPeyTABP768zNptZ7a2VgrrE371kAA4Z+Y+sZk Jk+kJDOVvM2RxniaPM9Bfnfz1QxL54cT74pdDTKTJt8CM9pMnK6SU36AEZh1JUhQl4VI sSWORfWVtQtYT5kgdVTqdZ+ng2TdneTTqDui61mBfPO0aeadzGDg0lzjAtUwi92f+/Vb JZ8VKWH/z3PVMSDaO3SdiOt3EBk4wrX9j8T4EeWn5htm4ziRz2vRyk62OWFYU798l0vf EYnw== X-Gm-Message-State: AHPjjUjcTtgcoIfp5+cOgo/N3XgleyKN/R+dAxCap6+fs/7asNXdAA5u biiHH3VyLF0K4P7k2KuOtsT3SHH2PV+8 X-Google-Smtp-Source: AOwi7QAhyhTXREwn7keHx+J0c300FxIuziRLfqC2vxQThF+3Ni55u6RfXixQ0eKLLXX9WBC89lrpfRCnI3F7nrv8z3s= X-Received: by 10.37.116.83 with SMTP id p80mr2460147ybc.34.1504873801602; Fri, 08 Sep 2017 05:30:01 -0700 (PDT) MIME-Version: 1.0 From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 8 Sep 2017 22:00:01 +0930 Message-ID: Subject: [geda-user] [pcb-rnd] HPGL plot data import now supported in pcb-rnd To: geda-user Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com A small bespoke C89 LGPL library for HPGL parsing and generation, in combination with new import module code, has been used to allow HPGL plot data to be imported into the pcb-rnd paste buffer for placement on pcb layouts. The imported elements can be placed on various layers, as well as on negative "subtraction" layers if required, i.e. if paste, silkscreen or soldermask apertures are needed. Further details and screenshots can be found at: http://vk5hse.blogspot.com/2017/09/importing-hpgl-plot-data-into-pcb-rnd.html along with a quick guide to exporting HPGL outlines from Inkscape, based on bitmaps. This feature is likely to simplify board outline design if board geometry is being exported from mechanical CAD software for use in the PCB layout outline layer, as well as providing further creative artwork and track geometry options on layouts. Cheers, Erich.