KiCad PCB EDA Suite
|
#include "command_pcb_export_drill.h"
#include <cli/exit_codes.h>
#include "jobs/job_export_pcb_drill.h"
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <macros.h>
#include <wx/tokenzr.h>
Go to the source code of this file.
Macros | |
#define | ARG_FORMAT "--format" |
#define | ARG_EXCELLON_MIRRORY "--excellon-mirror-y" |
#define | ARG_EXCELLON_MINIMALHEAD "--excellon-min-header" |
#define | ARG_EXCELLON_SEPARATE_TH "--excellon-separate-th" |
#define | ARG_EXCELLON_ZEROS_FORMAT "--excellon-zeros-format" |
#define | ARG_EXCELLON_OVAL_FORMAT "--excellon-oval-format" |
#define | ARG_GERBER_PRECISION "--gerber-precision" |
#define | ARG_EXCELLON_UNITS "--excellon-units" |
#define | ARG_GENERATE_MAP "--generate-map" |
#define | ARG_MAP_FORMAT "--map-format" |
#define | ARG_DRILL_ORIGIN "--drill-origin" |
#define ARG_DRILL_ORIGIN "--drill-origin" |
Definition at line 42 of file command_pcb_export_drill.cpp.
#define ARG_EXCELLON_MINIMALHEAD "--excellon-min-header" |
Definition at line 34 of file command_pcb_export_drill.cpp.
#define ARG_EXCELLON_MIRRORY "--excellon-mirror-y" |
Definition at line 33 of file command_pcb_export_drill.cpp.
#define ARG_EXCELLON_OVAL_FORMAT "--excellon-oval-format" |
Definition at line 37 of file command_pcb_export_drill.cpp.
#define ARG_EXCELLON_SEPARATE_TH "--excellon-separate-th" |
Definition at line 35 of file command_pcb_export_drill.cpp.
#define ARG_EXCELLON_UNITS "--excellon-units" |
Definition at line 39 of file command_pcb_export_drill.cpp.
#define ARG_EXCELLON_ZEROS_FORMAT "--excellon-zeros-format" |
Definition at line 36 of file command_pcb_export_drill.cpp.
#define ARG_FORMAT "--format" |
Definition at line 32 of file command_pcb_export_drill.cpp.
#define ARG_GENERATE_MAP "--generate-map" |
Definition at line 40 of file command_pcb_export_drill.cpp.
#define ARG_GERBER_PRECISION "--gerber-precision" |
Definition at line 38 of file command_pcb_export_drill.cpp.
#define ARG_MAP_FORMAT "--map-format" |
Definition at line 41 of file command_pcb_export_drill.cpp.