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=message-id:date:from:subject:to:in-reply-to:mime-version :content-type:content-disposition:content-transfer-encoding; bh=swMNkkBGDN6iJUXpL2eqweu7srnS1G6VGdz83PD8bMA=; b=XgkhKEm8Y//8Cd+TTPqHAIMJ2oxLlQSiFNEVGu1XWVyCTT2lsgC0LNQw5LyJIjlN3O 4eZQCAp8KqpxIveRLZvTNQUMKtqvw0clSvCLwvPyoWil9mnwi4zrb4tZ1AK2esyZm5AC KVtZnlJLfZejel88gT1qIXKdfYpqJ1msBbiDFY5SPcQsljKnONYbUfhpK8TZawkrzyMa YUrif0oMPvEQCo6Ky8K5c1Wj6ueHS0nPzzaJD52DTEH2o/MtIOaI3lUdZM+muSNf0yH5 0N+KthgbSLEO2ugDFuwSycwLU+X384r/g3hiXj/XQh0Rp0rXfNlo+PEorZwPP6DRhPkc 8+9g== X-Received: by 10.68.108.65 with SMTP id hi1mr1985458pbb.129.1431556935716; Wed, 13 May 2015 15:42:15 -0700 (PDT) Message-ID: <5553d346.8715460a.4399.ffffbe41@mx.google.com> X-Google-Original-Message-ID: <1431556928 DOT 26976 DOT 25 AT zotlet.(none)> Date: Thu, 14 May 2015 10:42:08 +1200 From: "dark141 AT gmail DOT com" Subject: Re: [geda-user] Free rotate and exported centroid (XY) file question To: geda-user AT delorie DOT com In-Reply-To: <201505132137.t4DLb3d3009223@envy.delorie.com> (from dj AT delorie DOT com on Thu May 14 09:37:03 2015) X-Mailer: Balsa 2.5.1-79-g9697477 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4DMgJcT023238 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 On 2015-05-14 09:37:03 AM, DJ Delorie wrote: > Or, you could hack in something to keep a rotation attribute around, > and update it as needed. Attributes don't need file format changes at > least. BTW, there's an (undocumented) element attribute : xy-fixed-rotation which can be used to manually provide a figure to go in the XY file, for when all else fails. Theoretically it could (and maybe should) be modified by free (and 90deg) rotation. There's also: xy-centre with can be set to the string "origin" to give a sane centre for elements with missing pins (i.e. that aren't symetrical, i.e. whose centroid isn't quite the intended centre). This is needed for many BGAs and PGAs that have a missing pin/ball in the A1 position. I never checked to see if element attributes can be included in footprints?