ThisIsNotRocketScience / GerberTools

Tools to load/edit/create/panelizer sets of gerber files
MIT License
720 stars 139 forks source link

Add support for the Excellon Repeat drill code. #120

Closed etgauth closed 3 years ago

etgauth commented 3 years ago

The Gerber Library does not support the Excellon "Repeat" code, used to repeat X number of times the last drill coordinate, with a X and/or Y offset for each repeat. This pull adds support for the repeat code.

In my case I wanted to use the Gerber Panelizer with a drill file generated by Orcad PCB Designer, which offer the option to use repeat codes in the drill file.

StijnKuipers commented 3 years ago

Ah - this collides a tiny bit with a previous pullreques - could you please check if all still works as you want with the latest commits?

etgauth commented 3 years ago

Ah - this collides a tiny bit with a previous pullreques - could you please check if all still works as you want with the latest commits?

Yes it still works, the new pull doesn't interfere.