KiCad PCB EDA Suite
|
#include <plotters/plotter_dxf.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>
#include <pcb_shape.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) |
|
inline |
Definition at line 45 of file gen_drill_report_files.cpp.
References EDA_IU_SCALE::IU_PER_MILS, and pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
|
inline |
Definition at line 51 of file gen_drill_report_files.cpp.
References EDA_IU_SCALE::IU_PER_MM, and pcbIUScale.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::printToolSummary().
|
inline |
Definition at line 58 of file gen_drill_report_files.cpp.
Referenced by GENDRILL_WRITER_BASE::genDrillMapFile(), and GENDRILL_WRITER_BASE::plotDrillMarks().