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:in-reply-to:references:from:date:message-id:subject:to; bh=OXu2qO0/RTlVS2Z0v5q21vZsEx8TGoIdT+b/Wz9KQQ0=; b=owP2GeUU+2XA+zDgqMVFfiMP404OERgrUsf4yjLWf+Ar4m11NDmJhrJjRIKLQUM2rP cy6ygNasOZIdDZs30H2CDzVpiTvAUr8uOcJ2HTr6St83rrHtv9YJQxp6DKSu52kbd3Yw tDQOJYKhssdRIVm6C8rU3/95joUGwXbRytXuHLp0WQMrFn8rQVu8LoEqMvwQ7tI+YbTg BK/9IpLWHGya5UTbwEccnj5csK+8JmREy3boYcef37hOVX6WExhWe91/o8FRPxMb4sTD AeoNbQzeOB/AS+WKsNQJeMVymPGNMWzor9TH3UP5HuhlYyjwFMHxDJnQCHrPw2JYRJi9 eYSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=OXu2qO0/RTlVS2Z0v5q21vZsEx8TGoIdT+b/Wz9KQQ0=; b=FlS+zfbJbttaJKKcyunAmt5xEwJK3LoCbcparKmWp6X9oK9umYG0xqiaOe+7wwRsB2 RWOLoONEgr9ae3ReUigH3cOGHjuaF173j38OVbb4J5MjmuaWdnI9yHHe0EVKn6hNk+Yc mtFrMYaV4slaLuPWJGfYoKz6FFOzwafuHprKF+VHosZUfDH+YLJcvj62+Z/WwT2HYasp toCu8fBXYVF4lFIgT7p+ze9v6s6/7QSNT7gThe/2B4THAtheXE+3aNGFg1UhzJ++qA6U 1z6A29f/n3nCo9CdeNaNFbDZ/0CnhPQU/P36+Un6YwLDfXSrrD+FK5eLkxXy6Bdhk7UB TRuA== X-Gm-Message-State: AMke39kvkPZOk9cDXhAjQcCqwZA+xhzBwoHIAjw42/LyDuOclUWbbt43TCG8OJOQ77BVkwcgF8i1rcWJbQRkGw== X-Received: by 10.157.26.3 with SMTP id a3mr7875605ote.62.1488755196251; Sun, 05 Mar 2017 15:06:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 6 Mar 2017 09:36:35 +1030 Message-ID: Subject: Re: [geda-user] Layout data for Raspberry Pi B 3.5" TFT Touch screen To: geda-user Content-Type: text/plain; charset=UTF-8 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 I stuck the layer data into a <= 16 layer design file for you http://users.on.net/~esh/geda/EagleToKicadToPCBRNDtft.pcb which plays nicely with a default 16 layer PCB v1.99: http://imgur.com/a/MEB1M The main loss on conversion is silkscreen/refdes text placement/justification and sizing/kerning. Features such as footprints, pads, lines and polygons are essentially lossless, barring polygons within footprints (unsupported by gEDa PCB/pcb-rnd). Apertures within polygons and thermals are not fully supported on conversion, due to peculiarities in Kicad's approach to describing the interaction between pours and vias. Rotation of footprints other than in 90 degree increments during import has not been implemented at this stage. With the rise of conversion pathways from Eagle, Kicad and Altium to gEDA PCB/pcb-rnd, it may be worth having 32 + outline + silks as the default layer capacity in stock builds of gEDA in the not too distant future. In the meantime, those building from source can alter the default layer capacity prior to building. Cheers, Erich.