|
KiCad PCB EDA Suite
|
#include "dialog_gendrill.h"#include <wx/msgdlg.h>#include <wx/dirdlg.h>#include <wx/filedlg.h>#include <confirm.h>#include <core/arraydim.h>#include <widgets/std_bitmap_button.h>#include <pcb_edit_frame.h>#include <pcbplot.h>#include <gendrill_Excellon_writer.h>#include <gendrill_gerber_writer.h>#include <bitmaps.h>#include <tools/board_editor_control.h>#include <footprint.h>#include <pad.h>#include <pcb_track.h>#include <paths.h>#include <string_utils.h>#include <wildcards_and_files_ext.h>#include <reporter.h>#include <jobs/job_export_pcb_drill.h>Go to the source code of this file.
Variables | |
| static DRILL_PRECISION | precisionListForInches (2, 4) |
| static DRILL_PRECISION | precisionListForMetric (3, 3) |
|
static |
|
static |