1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-06-29 00:43:15 +03:00

- trying to place a frame reference upset the overlay state and caused an abort

- dump any undumped non-measurements before the measurements
- finished sc89.fpd, with the full set of measurements



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5415 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner 2009-08-10 15:13:07 +00:00
parent 9c68c0de34
commit a0f8375c97
3 changed files with 54 additions and 16 deletions

5
dump.c
View File

@ -364,7 +364,10 @@ static void dump_frame(FILE *file, const struct frame *frame,
obj->dumped = 0;
dump_vecs(file, frame->vecs, indent);
/* do we need this for anything but measurements ? */
/* frames based on @ (anything else ?) */
for (obj = frame->objs; obj; obj = obj->next)
if (obj->type != ot_meas)
dump_obj(file, obj, indent, NULL);
for (obj = frame->objs; obj; obj = obj->next)
dump_obj(file, obj, indent, NULL);
}

View File

@ -821,10 +821,8 @@ int tool_consider_drag(struct coord pos)
}
/* object is created without dragging */
if (active_ops->end_new(curr, NULL)) {
tool_cancel_drag();
if (active_ops->end_new(curr, NULL))
return -1;
}
return 0;
}

View File

@ -1,10 +1,10 @@
/* MACHINE-GENERATED ! */
frame pad {
sw: vec @(-Px/2, -Py/2)
se: vec sw(Px, 0mm)
nw: vec sw(0mm, Py)
pad "$pad" se nw
_pad_0: vec @(-Px/2, -Py/2)
_pad_1: vec .(Px, 0mm)
_pad_2: vec _pad_0(0mm, Py)
pad "$pad" _pad_2 _pad_1
}
frame pad_ne {
@ -28,16 +28,53 @@ frame pad_sc {
frame pad _pad_sc_0
}
part "SC_89"
frame outline {
__4: vec @(0mm, Oy/2)
__5: vec @(0mm, -Oy/2)
__6: vec .(Ox/2, 0mm)
__7: vec __5(-Ox/2, 0mm)
__8: vec __4(Ow/2, 0mm)
__9: vec __4(-Ow/2, 0mm)
_outline_6: vec @(0mm, Oh)
_outline_7: vec .(Ox/2, 0mm)
_outline_8: vec _outline_6(-Ox/2, 0mm)
_outline_9: vec _outline_6(Ow/2, 0mm)
_outline_10: vec _outline_6(-Ow/2, 0mm)
line __7 __6 5mil
line _outline_7 __6 5mil
line _outline_8 __7 5mil
line _outline_8 _outline_10 5mil
line __9 _outline_10 5mil
line __9 __8 5mil
line __8 _outline_9 5mil
line _outline_9 _outline_7 5mil
}
part "SC89"
table
{ Gx, Gy, Px, Py }
{ 1.5mm, 0.7mm, 0.5mm, 0.6mm }
{ Px, Py, Gy, Wx }
{ 0.5mm, 0.6mm, 0.7mm, 1.5mm }
table
{ Ox, Oy, Oh, Ow }
{ 2mm, 2.2mm, 0.6mm, 0.85mm }
__0: vec @(0mm, Gy/2)
__1: vec @(-Gx/2, -Gy/2)
__2: vec @(Gx/2, -Gy/2)
__1: vec @(0mm, -Gy/2)
__2: vec .(Wx/2, 0mm)
__3: vec __1(-Wx/2, 0mm)
dummy: vec @(0.2mm, 0mm)
frame pad_sc __0
frame pad_nw __1
frame pad_nw __3
frame pad_ne __2
measx pad.sw -> pad.se 1mm
frame outline @
measx pad._pad_0 >> pad._pad_1 -0.6mm
measy pad._pad_0 >> pad._pad_2 0.8mm
measy __3 >> pad._pad_0 0.5mm
measx pad._pad_0 -> pad._pad_1 -0.3mm
measy pad._pad_0 >> __3 0.5mm
measy dummy >> outline.__6 1.1mm
measy outline._outline_7 >> dummy 0.3mm
measy outline.__8 >> outline.__6 1.2mm
measx outline.__9 >> outline.__8 0.3mm
measx outline.__7 >> outline.__6 -0.8mm