mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
added the example gen_gerber_and_drill_files_board.py in demos, which shows how to do that. Fix a Printf format issue (shown in Debug mode) in Libedit (%d used for a size_t, changed in %zu)