![]() |
KiCad PCB EDA Suite
|
Functions to create report and map files for EXCELLON drill files. More...
#include <plotters/plotter_dxf.h>
#include <plotters/plotter_hpgl.h>
#include <plotters/plotter_gerber.h>
#include <plotters/plotters_pslike.h>
#include <eda_item.h>
#include <confirm.h>
#include <string_utils.h>
#include <locale_io.h>
#include <macros.h>
#include <math/util.h>
#include <board.h>
#include <pcbnew.h>
#include <pcbplot.h>
#include <gendrill_file_writer_base.h>
#include <pcb_painter.h>
Go to the source code of this file.
Functions | |
double | diameter_in_inches (double ius) |
double | diameter_in_mm (double ius) |
int | getMarkerBestPenSize (int aMarkerDiameter) |
Functions to create report and map files for EXCELLON drill files.
Definition in file gen_drill_report_files.cpp.
|
inline |
Definition at line 50 of file gen_drill_report_files.cpp.
References IU_PER_MILS.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
|
inline |
Definition at line 56 of file gen_drill_report_files.cpp.
References IU_PER_MM.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
|
inline |
Definition at line 63 of file gen_drill_report_files.cpp.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::plotDrillMarks().