kicad/demos/python_scripts_examples
jean-pierre charras 699c76ccea Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script.
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)
2015-04-29 17:37:37 +02:00
..
gen_gerber_and_drill_files_board.py Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script. 2015-04-29 17:37:37 +02:00
plot_board.py Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. 2015-04-27 20:02:27 +02:00