kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01053
EEScheme Value position
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Frank Bennett" <bennett78@...>
-
Date:
Sun, 24 Feb 2008 20:54:40 -0000
-
User-agent:
eGroups-EW/0.82
I posted a Test.sh shar script containing a EEscheme
test schematic, pro, lib and net file . The Test.sch file
contains an instance:
$Comp
L R R3
U 1 1 00000000
P 3400 3400
F 0 "R3" H 3600 3400 90 0000 L T
F 1 "30K" H 3600 3500 90 0000 L T
X 1 3400 3400
X 1 0 0 -1
$EndComp
Yet the schematic display shows 30K on Top of R3
R3 @(3600, 3300) Left Top
30K @(3600, 3400) Left Top
What's going on?
Also the net file does not show the GND in the net part
of the file. Pcbnew must use the component part of the
Netlist file since the footprint info is there. The nets
part of the file is probably redundant info that is not
used?
thanks,
Frank
Follow ups