X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com 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:from:date:message-id:subject:to; bh=4l+LgMXeOOCvbIwo6HaenfIBS9iDmqpN7veDfcuq5X4=; b=f3wO3/EVmtD0SY5vu5aGUYsC7yg2fXY/gpyf/1/H9A6iacV0JAeGlCFwHlUAONCpxy ecfYHBRmPd5tCgZEp+3OIcEKFOfa5pClyrCf6d9+aqXg6ADdzANhvnQbgblxoQFKXZse EH5ce/XsAsoaZ/JVpPpA8U82nLq1pbnd4rYUxLyw9un/FWu638iiTUIbt4bK2qMFUZHN ov5hRBq2MWXkK3TjjDIejuSvjNkPMOd6EkKQ71fInNtP8gVWZCaLU5vAa2vvTkAQ611F Zo/3jeH76/t61IE7Vb408Ieh8phWKqwUQFrxnA5vf6gb+iF8brVqv4IDP8m3orVa46RB dESg== 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=4l+LgMXeOOCvbIwo6HaenfIBS9iDmqpN7veDfcuq5X4=; b=k0Rg7C1e4AAuqEFXAhO2Lm+zNTpWuF028L7n7cC60/NwA/8nj3SIQe76ugPYsVwdyF sHXworJpYxH7qplQnzVdH25M+1memIzgWRZri81f1gFIyIREcJZtY6k0PbeSJc/sEiPR MtylM4u6TWudZInknAhwYy0LmA9EmuA+L3+e1vV8OD8E1udJlQAqQ6QjC1/ZNXrRufHg 74LWA8PiSOEbBe7kieDV6fSKzBP7aDMwjehlRM+TU8d0ZOBwsfTbtRmNKMfhGcE9uFvq MDmFtC7IkBtohSnSktodYmUFyppSdDzesig9fyfn5VFVCFSUsgOXux7aQWxkLDjgd4WT c5iA== X-Gm-Message-State: AODbwcC+kAP/KB0qFqW4nuhMJutQ+0ac9JjuO4YPF92NANmnf8G7awW/ 0ARQkvTV2CkGq0einRu05Qk/jZ88tNEt X-Received: by 10.157.36.132 with SMTP id z4mr23503152ota.158.1497017860484; Fri, 09 Jun 2017 07:17:40 -0700 (PDT) MIME-Version: 1.0 From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 9 Jun 2017 23:47:40 +0930 Message-ID: Subject: [geda-user] [pcb-rnd] multiple XYRS pick and place export formats now supported by pcb-rnd To: geda-user , geda-help AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com Following interest by multiple users, the existing XYRS pick and place machine export code has been extended in pcb-rnd svn head to allow: - any one of various formats to be selected during export, and - formats to be easily defined by users with simple additions to two files, a template file and the main exporter - export formats including BOM and formats requiring per-pin and/or per-pad information, even up to details such as pad area for special finishes The XYRS export code now supports simple xyrs export, gxyrs format, TM220/TM2440 pick and place machine format, and Macrofab format. The new XYRS export code will be included in the next stable release. For further details, including details of how custom export formats can be defined, see: http://vk5hse.blogspot.com.au/2017/06/template-defined-multiple-pick-and.html