FreeCalypso > hg > ueda-linux
diff pads2gpcb/decals.c @ 72:fab9fc646044
pads2gpcb: single -f option to write loose footprint files
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Feb 2016 00:26:04 +0000 |
parents | a7f0e9bb3fb7 |
children | f673b6ad2a78 |
line wrap: on
line diff
--- a/pads2gpcb/decals.c Mon Feb 01 00:13:20 2016 +0000 +++ b/pads2gpcb/decals.c Mon Feb 01 00:26:04 2016 +0000 @@ -561,7 +561,7 @@ exit(1); } *current_decal->body = fpbody; - if (write_decal_files) + if (write_footprint_files) write_decal_as_element(); } else { printf("decal to gpcb fp conversion FAILED\n");