X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=agWhKTDFD9b00Vs6TKqMffzvndhrdX0GpiILjs5qKOE=; b=qyYlWaTL5Y3tdcLQp+J8o/CsaLfwiH06b9twoBAUWE8Wh3G9XnTHaY6zKmzlTe3dNw o9j63r+ZtgJzncHNEjuoFhHhoYofzWbBpm+IMM/ImmTA7vbEYIU1X+K6cznp1hN4hHc2 6lPO5Wdgfq2uY9M9yNWbJ8Ep3L8MMWHm8muGKAB+AYXg/gHDnhIoE3P/W4H8wGBZtWTV fVhRTho3q/GCM/bp8fo5iBbfiy8PFM2XkRhDoJ9LikhmhoXYgecCsb4x/YDbLRGsvvhu vDr6jeHT1PwSWXAw8tSQEBoxFeRVRD2QuXhXOdX7ZXT3qahOZdN1aTd4a3GZeTFKIloJ wY4g== MIME-Version: 1.0 X-Received: by 10.194.6.228 with SMTP id e4mr29667110wja.63.1422145663521; Sat, 24 Jan 2015 16:27:43 -0800 (PST) In-Reply-To: References: <1422128591 DOT 8554 DOT 54 DOT camel AT akerlind DOT nu> Date: Sat, 24 Jan 2015 19:27:43 -0500 Message-ID: Subject: Re: [geda-user] Footprint Generator From: Marvin Dickens 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 Really nice work!When I get a chance, I'm going to give a shot at compiling your work on OS X. Regards Marvin Dickens On Sat, Jan 24, 2015 at 5:34 PM, Jason White wrote: > Cool, I like it. > Thank you Ed > > I certainly will make use of this! > > Attached is a screenshot for those who are interested. > > It Features 5 Modes: > -> Chip - SMT resistors, diodes, and inductors > -> DIL - SOIC, SSOP type packages > -> DIP - DIP type packages > -> D-Pak - SMT packages with a tab, All SOT and D-Pak types > -> Quad - QFP/QFN type packages > > === Wishlist === > In general I'd like to see support for > -> Single row things like connectors > -> Circular things like electrolytic capacitors > > === Package Availability Issue === > It seems Ubuntu (14.04) does not have the ruby-gdk-pixbuf package. I > got it from the Debian repositories, but it was rather a lot of > hassle. Is there a workaround to get ruby to download and install the > package directly? > > === Stability Issue (bad parameter input produces crashes) === > * It is a but unstable, for instance I crashed it trying to enter > inches as opposed to mm. Silly me! I should have enter mil not in. > * It also crashed when I entered nonsensical values for package width > and number of pins in quad flat mode. > > It seems the input parser could do with some beefing up, heres the > point of failure the three times I have crashed it thus far. > > -> /var/lib/gems/1.9.1/gems/gfootgen-0.0.1/lib/gfootgen/pcb/coord.rb:106:in > `parse': Pcb::Coord::ParseError > > -- > Jason White