FreeCalypso > hg > ueda-linux
view pads2gpcb/globals.c @ 153:c147a730271f
KWH020ST23-F01.fp corrections:
1) Y geometry for the solder pads was wrong
2) add silk dots matching alignment holes in the FPC tail
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 24 Jun 2021 06:38:02 +0000 |
| parents | be1fe110b6ab |
| children |
line wrap: on
line source
int input_units_global, input_units_current; long soldermask_delta = 600 * 254; long clearance_setting = 2000 * 254; struct part_decal *part_decal_list; struct part_type *part_type_list; struct part_instance *part_inst_list; int do_footprint_silk; int write_footprint_files; long output_x_offset, output_y_offset;
