[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: pcb arcs can be 45deg when drawing line-arc-line paths
- To: geda-user@seul.org
- Subject: gEDA-user: pcb arcs can be 45deg when drawing line-arc-line paths
- From: John Griessen <john_g@cibolo.com>
- Date: Thu, 01 Apr 2004 12:45:15 -0600
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Thu, 01 Apr 2004 13:45:47 -0500
- Organization: Cibolo Design
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
I just noticed this part in the source,
and wonder how to enable it?
#ifdef is a command to the compiler, right?
so is ARC45 a variable in one of the config files
used when doing
./configure --prefix=/opt/geda
make
make install
?
John
#ifdef ARC45
if (abs (wy) >= 2 * abs (wx))
dir = (SGNZ (wx) == SGNZ (wy)) ? 45 : -45;
--
John Griessen Cibolo Design Austin Texas, linux counter #249315