KiCad PCB EDA Suite
|
#include "command_pcb_export_pos.h"
#include <cli/exit_codes.h>
#include "jobs/job_export_pcb_pos.h"
#include <kiface_base.h>
#include <layer_ids.h>
#include <string_utils.h>
#include <wx/crt.h>
#include <macros.h>
#include <locale_io.h>
Go to the source code of this file.
Macros | |
#define | ARG_SIDE "--side" |
#define | ARG_FORMAT "--format" |
#define | ARG_UNITS "--units" |
#define | ARG_NEGATE_BOTTOM_X "--bottom-negate-x" |
#define | ARG_USE_DRILL_FILE_ORIGIN "--use-drill-file-origin" |
#define | ARG_SMD_ONLY "--smd-only" |
#define | ARG_EXCLUDE_FOOTPRINTS_TH "--exclude-fp-th" |
#define | ARG_EXCLUDE_DNP "--exclude-dnp" |
#define | ARG_GERBER_BOARD_EDGE "--gerber-board-edge" |
#define ARG_EXCLUDE_DNP "--exclude-dnp" |
Definition at line 40 of file command_pcb_export_pos.cpp.
#define ARG_EXCLUDE_FOOTPRINTS_TH "--exclude-fp-th" |
Definition at line 39 of file command_pcb_export_pos.cpp.
#define ARG_FORMAT "--format" |
Definition at line 34 of file command_pcb_export_pos.cpp.
#define ARG_GERBER_BOARD_EDGE "--gerber-board-edge" |
Definition at line 41 of file command_pcb_export_pos.cpp.
#define ARG_NEGATE_BOTTOM_X "--bottom-negate-x" |
Definition at line 36 of file command_pcb_export_pos.cpp.
#define ARG_SIDE "--side" |
Definition at line 33 of file command_pcb_export_pos.cpp.
#define ARG_SMD_ONLY "--smd-only" |
Definition at line 38 of file command_pcb_export_pos.cpp.
#define ARG_UNITS "--units" |
Definition at line 35 of file command_pcb_export_pos.cpp.
#define ARG_USE_DRILL_FILE_ORIGIN "--use-drill-file-origin" |
Definition at line 37 of file command_pcb_export_pos.cpp.