X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: geda-help AT delorie DOT com Subject: Re: [geda-help] Mark(x,y) in footprint files - what is purpose? In-Reply-To: <198605303.512074.1497041717721@mail.yahoo.com> (geda-help@delorie.com) Date: Fri, 09 Jun 2017 16:59:09 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The older syntax for elements (note the Element() and not Element[]) didn't support high-resolution coordinates, and required the origin be specified separately as the Mark(). In the current syntax, the Mark is assumed to be at [0,0]. The Mark is also where the little diamond shows up. The old syntax let you place the mark independent of the origin, the new syntax puts the mark at the origin.