X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Message-id: <527B9778.90409@videotron.ca> Date: Thu, 07 Nov 2013 08:36:56 -0500 From: Ian Chapman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] Drawing lines in PCB with commands References: In-reply-to: Reply-To: geda-help AT delorie DOT com Consider a component footprint sm pad, x1,y1 to x2,y2, xx thick and make the component the actual pcb outline. It would only work on top or bottom layer, I usually define the pcb outline and mounting holes as a component but it does get messy with locking and unlocking components and not the outline. Maybe someone can think about a circle, maybe a component pin without a hole and some tricky stuff? Ian. Hi, Is it possible to draw lines (tracks) in PCB with commands? Something like ... Drawline(x0,y0,x1,y1) I would also like to know if we can draw line by specifying the origin, radius and angle, like ... Drawline2(x0,y0,rad, phi)