KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_pcb_export_pos.cpp File Reference
#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"
 

Macro Definition Documentation

◆ ARG_EXCLUDE_DNP

#define ARG_EXCLUDE_DNP   "--exclude-dnp"

Definition at line 40 of file command_pcb_export_pos.cpp.

◆ ARG_EXCLUDE_FOOTPRINTS_TH

#define ARG_EXCLUDE_FOOTPRINTS_TH   "--exclude-fp-th"

Definition at line 39 of file command_pcb_export_pos.cpp.

◆ ARG_FORMAT

#define ARG_FORMAT   "--format"

Definition at line 34 of file command_pcb_export_pos.cpp.

◆ ARG_GERBER_BOARD_EDGE

#define ARG_GERBER_BOARD_EDGE   "--gerber-board-edge"

Definition at line 41 of file command_pcb_export_pos.cpp.

◆ ARG_NEGATE_BOTTOM_X

#define ARG_NEGATE_BOTTOM_X   "--bottom-negate-x"

Definition at line 36 of file command_pcb_export_pos.cpp.

◆ ARG_SIDE

#define ARG_SIDE   "--side"

Definition at line 33 of file command_pcb_export_pos.cpp.

◆ ARG_SMD_ONLY

#define ARG_SMD_ONLY   "--smd-only"

Definition at line 38 of file command_pcb_export_pos.cpp.

◆ ARG_UNITS

#define ARG_UNITS   "--units"

Definition at line 35 of file command_pcb_export_pos.cpp.

◆ ARG_USE_DRILL_FILE_ORIGIN

#define ARG_USE_DRILL_FILE_ORIGIN   "--use-drill-file-origin"

Definition at line 37 of file command_pcb_export_pos.cpp.